Creating a forest then wrapping it into a Blueprint

Try this node:

IF it works. install debug symbols, create a C++ project, double-click the node, and read the code on the function that converts from the reference to do stuff with to see what it’s using.

Also worth noting. You can define a custom class for the level streaming to take, which would make variables available to it. Exactly what constitutes a valid class type, no idea…