inkcpp
inkcpp copied to clipboard
Inkle Ink C++ Runtime with JSON>Binary Compiler
Hey there! ive got something nice prototyped in BP and im trying to be a good Unreal dev and move stuff into cpp...but im getting this error [1/5] Compile [x64]...
some of the args dont match (like on LineWritten) and also they need to be BlueprintNativeEvents in order to trigger the call to the _Implementation
inkcpp runtime errors and some confusion on my side... (implementing inkcpp into a c++ game engine)
I hope the code is self-explanatory. If not, you gladly could ask me. (Its inkcpp implemented in a not-so-well-known Game Engine) ```cpp #include #include #include #include using namespace ink::runtime; Init()...
How do I use it? I'm really confused... How do I convert .inkb files to json?
Is there any way to contribute a 5.7 upgrade? I would love to help but I don't know the steps involved.
Forgive me if this is a dumb question, I'm perhaps an advanced beginner here... Why is all this done on the game thread with Ticks? It seems to me that...