FromJsonValue is currently 0 based index, should be 1 based
Closed this issue · 0 comments
Smoozilla commented
LuaMachine\Source\LuaMachine\Private\LuaValue.cpp ln 233 FLuaValue::FromJsonValue
int32 Index = 0 should be int32 Index = 1 as to created 1 based index tables instead of 0 based