USE A LOCAL FUNCTION IN ESTERNAL BPS?

Only the blueprints you call the interface on will respond. You cannot access any internals of the blueprints, that’s the whole point of an interface :slight_smile:

But, each blueprint can respond to the interface call by running a function that comes from your function library.

They can also return variable values, but you need to define that in the interface call.

1 Like