Hi, I would like to create a new custom FME function similar to current "UUID()" function. I have successfully built and tested the "CenterOfMass" C++ sample of the SDK "pluginbuilder" folder.
But I have a few questions:
- The function only works when it is copied in the "plugins" folder. It does not run when it is copied in a "Shared FME transformer" folder. Can I configure it? It is an issue when we have not write-privileges in this folder.
- The new function is not recognized in the "Attribute Editor Form" as a valid function (Other functions provided by FME have blue color).
Can I configure it?

Also, I would like to define its syntax and parameters. Is it possible?
- Possibly related with last question, To successfully run the function I must write "@Evaluate(@MyUUID(...))", it does not run with only "@MyUUID()". What is wrong?
Thanks in advance!
Alvaro



