The plugin should work with any blueprint so i do need to create the components in the blueprint and then get them in C++. So then GetComponents() is what i want, great. But if I have a blueprint pointer how can i use this function? If I have a character blueprint, how do I get a AActor from that I can use to call GetComponents() ?