How to access non-static members in a Blueprint Function Library class?

I would assume the non-static Fns could call the static Fns, but not vice-versa.

This might help.

Haven’t tried call() in UE4. Not sure if it’s possible.

Function Libraries are generally useful, and help organize code/BPs, but they do have some restrictions.