How do you protect the blueprint?

I now have a problem, which is that I want to give the UE4 project files to others, but only allow others to use the editor to open the function, and not to read and write a blueprint script. I hope my brothers and sisters just me, thank you very much!!

Hey there, afaik you can’t do that, only if you were using c++.

The blueprint is the same as C++, if you give engineering files to others, C++ can be seen by others. Is there really no way to hide the blueprints from the project directory?

With C++ you can send the project without the C++ source code, you just send the dll. Only if they reverse engineer the dll will they have access to the c++ code, but that is harder to do compared to the options you have with blueprints.