Target for blueprint function library

hi,

i have made a blueprint function library in c++, but when i will call a function then i get the error target must have a connection but what is the target for a function library?

thanks in advance,

1 Like

problem is solved by making the function static

3 Likes

What if the function can’t be static (e.g., a Timer)? Or can a timer be static? I haven’t figured out how to accomplish that.

Thank you :slight_smile: