-
Notifications
You must be signed in to change notification settings - Fork 2
4) To Do list for Developers
Francis Maheux edited this page May 10, 2019
·
1 revision
The remaining work is essentially to add your API source code and libraries under ThirdParty/TheApi and interface with your API using MyMotionHost.h. This is a code sample to get you started. But of course, you can do what you want, expose new parameters, add new features... sky is the limit!
To-Do:
- Build your API as a static library / dynamic library
- Add .lib/.dll under ThirdParty/TheApi/lib
- Add source code under ThirdParty/TheApi/include
- Interface with your API using MyMotionHost.h
- In TheAPI.Build.cs, update the library name accordingly
You should then be able to rebuild and run to iterate over your code. Enjoy :)