How to pass parameters to function which follows a blueprint custom event?

say, i got a custom event in blueprint called “Pickup”,
the Pickup event will call a function named “Complete Quest” which has input arguments.

if i call Pickup in c++ like

Actor → Pickup();

then how can i pass arguments for the following function?