Marketplace 20200224
- Added LuaGetInfo() to retrieve basic debug infos from the calling UFUNCTION
- Added CodePath param to LuaRunString (Credits: Bill Effin Murray (Smoozilla))
- Fixed leak when calling UFUNCTIONs with table as arguments
- Added LuaGetLocals() for retrieving local lua variables from the calling UFUNCTION
- Added LuaTableFromMap for generating a lua table from TMap<FString, FLuaValue>