Call a function from another BP

Hyy!!
I’ve a function in my BP_PlayerController called getDestination.
I wanted to call this function in another BP.
How can I do this?
Is there a way to call variables and function from another BP?

GetPlayerController → Cast to your type of controller → function name :slight_smile:

Ooh. What “Cast to your type of controller” do?

image

A thousand thanks! Maybe I expressed myself badly, but I really wanted to know how the “CAST” worked

How it works?

It converts a generic player controller into a specific player controller.

Is that what you mean?