Call Blueprint functions from C++

Addendum:
If you want to pass parmeters you just have to treat it as a command entry string.

So if i add an integer paramter to the Call Function Test then this works…

c->CallFunctionByNameWithArguments(TEXT("CallFunctionTest 42"), ar, NULL, true);

1 Like