JBenda / inkcpp

Inkle Ink C++ Runtime with JSON>Binary Compiler
MIT License
70 stars 13 forks source link

C++ exports for UE plugin #60

Open JBenda opened 11 months ago

JBenda commented 11 months ago

Allow the usage of the C++ classes directly in UE for a non Blueprint usage. Depending on the implementation, a new installation component sounds reasonable (unreal-cpp)

JBenda commented 9 months ago

Currently, it seems like it is possible to build a UE plugin which allows for Blueprint and non Blueprint usage. WIP