Make a C++ function with the required data as in parameters. Expose it to blueprint. Derive a blueprint class from your C++ class and call the exposed function. Now you at least have the data you need. Not as elegant as using only C++ but should work.