I am converting our old C++ project into a python script for easier portability but I can't seem to find a function equivalante to T EvaluateValue (Here in teh C++ documentation https://help.autodesk.com/cloudhelp/2018/ENU/FBX-Developer-Help/cpp_ref/class_fbx_property.html#a94f...).
Has anyone ever used this function in Python and if so how ?
Thanks.