Can I pass a variable value to macro library to another blueprint ?
Sample:
create a count_num = 0 (int), each execution in BP_1 will +1 into value
create a macro library CountLib to store new value then add new value to Macro Library variable
in BP_2 display that result
Can I do it ?
Thank you,