All Projects → asqbtcupid → Unreal.lua

asqbtcupid / Unreal.lua

Licence: mit
lua solution for UnrealEngine4

Programming Languages

lua
6591 projects

Labels

Projects that are alternatives of or similar to Unreal.lua

Unreal-Development-Guides-and-Tips
High-level concept explanations, detailed tutorials, performance considerations, shortcuts and other useful content that aims to improve your Unreal Engine 4 development journey.
Stars: ✭ 118 (-55.3%)
Mutual labels:  ue4
stream-chat-unreal
The official Unreal SDK for Stream Chat
Stars: ✭ 13 (-95.08%)
Mutual labels:  ue4
OpenRPG Inventory
Generic and fully featured multipurpose inventory container and equipment system for Unreal Engine 4
Stars: ✭ 167 (-36.74%)
Mutual labels:  ue4
Arteries
A procedural modeling toolkit base on UE4 blueprint
Stars: ✭ 92 (-65.15%)
Mutual labels:  ue4
PsWebServer
Civet web server integration plugin for Unreal Engine 4
Stars: ✭ 24 (-90.91%)
Mutual labels:  ue4
TransMat
Blender Python - Instantly Recreate Blender Shader Node Trees as Unreal Materials
Stars: ✭ 30 (-88.64%)
Mutual labels:  ue4
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+18.94%)
Mutual labels:  ue4
Genericgraph
Generic graph data structure plugin for ue4
Stars: ✭ 256 (-3.03%)
Mutual labels:  ue4
store-ue4-sdk
Xsolla Store plugin for Unreal Engine 4
Stars: ✭ 17 (-93.56%)
Mutual labels:  ue4
Niagara Study
Unreal Engine 4 Niagara particles system collection of samples.
Stars: ✭ 55 (-79.17%)
Mutual labels:  ue4
PBSync
System for syncing Unreal Engine 4 project git repositories
Stars: ✭ 39 (-85.23%)
Mutual labels:  ue4
ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (+995.45%)
Mutual labels:  ue4
RN4UE4
🎮 RakNet plugin for Unreal Engine 4
Stars: ✭ 52 (-80.3%)
Mutual labels:  ue4
global-event-system-ue4
Loosely coupled internal event system plugin for the Unreal Engine.
Stars: ✭ 122 (-53.79%)
Mutual labels:  ue4
FortniteLauncher
Fortnite Launcher which bypasses EAC that is designed to work on any update without breaking (kinda)!
Stars: ✭ 19 (-92.8%)
Mutual labels:  ue4
Sharing
A plugin for Unreal Engine 4 that enables native sharing on iOS
Stars: ✭ 15 (-94.32%)
Mutual labels:  ue4
libprotobuf ue4
libprotobuf for Unreal Engine 4
Stars: ✭ 81 (-69.32%)
Mutual labels:  ue4
Coophordeshooter
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 257 (-2.65%)
Mutual labels:  ue4
BotArena
AI Team Deathmatch
Stars: ✭ 34 (-87.12%)
Mutual labels:  ue4
UE4-Kdtree
UE4 Plugin: k-d tree
Stars: ✭ 48 (-81.82%)
Mutual labels:  ue4

unreal.lua

UE4 is not good enough.

Lua make UE4 perfect, hahaha~~

What is this?

This is a framework for binding UE4 to lua.

Platform & Version

Windows, Mac, Android, IOS

UE4 : 4.20 ~ 4.24 Lua : 5.3

How to build

for this repository:

Right click CatchMe.uproject then Generate project.

for your project:

1.copy Plugins to your project.

2.If you want to use Lua in c++, modify your modulesname.build.cs, add "InputCore","Lua53","LuaPluginRuntime","LuaManuallyGlue" to your PublicDependencyModuleNames.Take a look at CatchMe.build.cs.

drag Plugins/UnrealLua/LuaSource folder to editor content to generate UE4 asset before package.

Feature

1.Full Aceess to blueprint API.

2.Lua Hot Reload

3.Variable Watcher

4.Debugger

5.extremely easy for c++ binding. binding,It's the most powerful lua binding framework in the world.

6.write slate by lua(expertimental),example

7.extremely high performance, look benchmarkclass.lua.

Documentation

wiki

FAQ

todo

Finally

Contact:[email protected]

support:ETH 0x3b678916bc9d9f9a18717722e90b3afab70c344b

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].