Some methods in the class FSkinWeightDataVertexBuffer use ENGINE_API, some do not. If I try to call any of the functions that are not marked with ENGINE_API I get a link error (in my plugin). Is this an error? Should they be annotated as ENGINE_API functions.
In particular I’m trying to use GetBoneWeight() and GetBoneIndex().
Cheers