Calling Blueprint Functions from C++
In this tutorial, I'm going to show you how you can call functions (which are implemented in blueprints) in your C++ code. The steps required are the following: Declare the corresponding function in C++ Implement the function in the Blueprint graph…