“Target” should pin points to object on which the function is called on, it is required to plug somthing to it or else VM won’t know to which object call a function. If you want to create function not realted to object of this class you need to create static function, you only need to add “static” to function decleration in header file:
I just got a problem with a FunctionLibrary.
This is the fist time I tried create a new one and I’m new to programming in general so I’m going to describe exactly what I did:
1: I went to File > Add Code to Project and choose Blueprint Function Library.