Exposing C++ functions to Blueprints
In this tutorial I'm going to show you how you can expose a C++ function to Blueprints. As you will see, the workflow is almost identical in the one I used for variable exposing. Let's start! Exposing a C++ function using the…