Create event correct signature but still nothing

Hi all,

I’ve created a function where the signature is the same as the Create event is reporting but I still don’t see the function in Select Function.

As you can see I’ve also tried with making the function pure so the “Self” isn’t available but to no avail.

Anyone has any idea what I am doing wrong?

This worked for me–I had to check the Pass By Reference flag for my function inputs. Once that was done, the function would populate in the Create Event drop-down list.