LuaMachine icon indicating copy to clipboard operation
LuaMachine copied to clipboard

Unreal Engine 4 Plugin for Lua APIs implementation

Results 19 LuaMachine issues
Sort by recently updated
recently updated
newest added

It would be great to add a section in the README where people can list UE projects that use LuaMachine. It would really boost the confidence for potential users as...

Rider was spitting errors about ambiguous symbols brought in by the `NoExportTypes` includes. I have dropped all occurrences, and verified that the following configurations still compile under UE4: - Debug...

![image](https://github.com/rdeioris/LuaMachine/assets/63527508/a83c6a05-4fc9-4962-9e3f-cadd4c2f92b7) i just get this error after enabling in the plugins browser, any help would be helpful

## As discussed in Discord: I created a Lua file in Jetbrains Rider, and had the setting to include the BOM turned on. This resulted in Unreal importing the file...

Hi, this is how i run the lua code: ![image](https://github.com/rdeioris/LuaMachine/assets/5137675/999f11bb-a378-4448-88bc-f40cc3b9ee86) and this is my lua code: ![image](https://github.com/rdeioris/LuaMachine/assets/5137675/7b09a552-1207-4253-b58a-a8bcb95a9bd0) and this is my open_dialog release: ![image](https://github.com/rdeioris/LuaMachine/assets/5137675/6d8abfb7-e803-4261-9b09-26db96481996) ![image](https://github.com/rdeioris/LuaMachine/assets/5137675/7e7e9d4d-dff8-43cd-bc44-2d9b17660e5a) How can I make sure...

Hi! Thanks for the library! In our use case we would need to be able to load multiple lua scripts which all use the same state class but not the...

Added an extra conditional build statement for Apple Silicon architecture.

It would be awesome to have a similar logic as ULuaUserDataObject::ReceiveLuaMetaIndex(Key) and ULuaUserDataObject::ReceiveLuaMetaNewIndex(Key, Value), but for ULuaState so you would be able to intercept whenever the global table tries to...

UENUMs set in Structs will use the DisplayName string value in LUA during conversion. They will also properly convert to the right ENUM value from LuaValue strings.

Make Lua value keeps losing the type, requiring a refresh of the node ![Type recompile](https://user-images.githubusercontent.com/7040909/130336400-5fb1757f-f490-4af0-8741-27ff8a53040c.jpg) After refreshing the node I lose the type enum ![Refreshed](https://user-images.githubusercontent.com/7040909/130336405-458a6b99-5ae5-47a5-8c4c-1bf5facd6f75.jpg) After a while I am...