Parallelcube / UE4_T-ThirdpartyLib

UE4 tutorial about thirdparty library integration
15 stars 3 forks source link

fmod h files #1

Open jimver04 opened 2 years ago

jimver04 commented 2 years ago

Nice tutorial. However, I am stuck. I have an android java project that I can extract the jar file. However, how can I know what to call from the jar since there are no .h files that declare the functions ??? D.

Parallelcube commented 2 years ago

The owner of the jar library must provide the API to know the available function calls. For example to know the API of FMOD you need to visit their documentation page: https://www.fmod.com/resources/documentation-api?version=2.01&page=platforms-android.html#java