Hello,
When testing functions, I found that when calling functions from the HumanAnimInterface class
these functions do not work:
proto native void SetFloat(TAnimGraphVariable pVar, float pValue);
proto native void SetInt(TAnimGraphVariable pVar, int pValue);
proto native void SetBool(TAnimGraphVariable pVar, bool pValue);
writes in the logs "Function not linked".