I need OpenSSL functionality on android. Theoretically assemble .so lib and add it to the project, I know how, but how to call a function from a .so from UE app I can not imagine. I am familiar with android development and a little with NDK. Can I call OpenSSL functionality and not load library in java, but directly cpp from cpp ?