I have a custom Blueprint named “BP_Sky”. This contains a variable which I want to access from a C++ class (or rather an actor of that class). How can I access this BP_Sky blueprint (object)?
In the standard C++ I’d just include the header file, but if there is such a thing for the blueprint, I don’t know where to find it / where to point the include command to.