- I can’t see prominently public functions.
hi man,
i am not sure of the meaning of “public method” since i am not a former programmer,
If you mean that you want to access them in the editor,
you can select your functions and in the detail set enabled the “Call in editor”
if instead you want to make them public to be able to call them from another blueprint,
i dont think is necessary, you just need the reference to the actor/ and you get access to any call
or create a BlueprintFunctionLibrary or MacroLibrary to make functions accessible from everywhere.
1 Like
Can public and protected methods distinguish identifiers?