Page MenuHomeFeedback Tracker

HumanAnimInterface 3 functions not linked
Assigned, UrgentPublic

Description

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".

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

komer created this task.May 15 2020, 3:45 PM

Use HumanCommandScript instead as a workaround. Works really well.

Sample here: https://github.com/BohemiaInteractive/DayZ-Samples/tree/master/Test_ScriptCmdSwim

Geez changed the task status from New to Assigned.May 18 2020, 12:55 PM