BlueprintNodeHelpers requires AIMODULE_API to export functions correctly

Hi everyone,

Is it a bad practice to use functions from BlueprintNodeHelpers in C++ code?

I’ve tried to use these functions to make my BTService look similar to the blueprint based services when working in the Editor but got a bunch of unresolved external symbol errors.Only DescribeProperty function was resolved correctly. It seems like all functions must be prefixed with AIMODULE_API to be accessible from the client C++ code.