rdeioris / LuaMachine

Unreal Engine Plugin for Lua APIs implementation
MIT License
581 stars 120 forks source link

Instanced Lua State System #27

Open Dgrouse96 opened 3 years ago

Dgrouse96 commented 3 years ago

Added blueprint functions for lua states, added LuaStateComponent for an instantiation example

LuaStateComponent could possibly be merged with LuaComponent, up to you. Left out http functions for now, you should look into it later.

rdeioris commented 3 years ago

@Dgrouse96 I like it, i will need a bit to merge it as i want it to became a first citizen in the plugin so i need to do a bit of refactoring of other parts of the code.

rdeioris commented 2 years ago

@Dgrouse96 starting another attempt at merging it, sorry again for the huge late :)