Testing has shown that to invoke a c++ function from a blueprint function with Threadsafe enabled, I need to add a meta-specifier (blueprintThreadSafe).
But if a real C++ function is a generic function that doesn’t use synchronization techniques (such as mutex), would it be a problem to use it for a blueprint function( enable threadsafe) just by setting up BlueprintThreadSafe?