Benefit of creating Components in C++

What would be the benefit of creating components for Unreal in C++ instead of doing it in Blueprints?

You would then have a pointer to it which you can then use. If you create it in BP then if you wanted to then use it in C++ you would have to go and find it first e.g. by using FindComponentByClass.

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms