C++ implementation of a Function Library?

Ah, that is exactly what I needed! Thank you!

I was missing the “static” keyword and thought that I needed to create a blueprint which inherits from it to get access to the functions… Thank you!