Description
This – BP only – implementation of a BTree does enable you to store up to millions of data entries with very fast data access. This means you’ll get an automatic sorting (ASCENDING) and duplication check without the need of nested for loops. It is especially helpful for modders and such that cannot implement their own plugins and cannot access C++ code.
It does provide a set of interface functions:
Technical Details
Limitations, there are limitations imposed by UE that this bp lib cannot overcome:
Number of Blueprints:
Network Replicated:
Saveable:
Supported Development Platforms:
Supported Target Build Platforms:
Supported Engine Versions
4.5 – 4.22