# Tencent/sluaunreal

lua dev plugin for unreal engine 4 or 5

Repository: https://github.com/Tencent/sluaunreal
Canonical: https://ross.abutalabs.com/products/sluaunreal
Language: C++
License: NOASSERTION
License Family: other
Topics: lua, slua, unreal4, plugin, unreal, unreal-engine
Last push: 2025-10-20T02:41:34+00:00

## Health v2 (maintenance only)
Score: 44/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 48, release rhythm 8, longevity 100
- inputs: {"age_days": 2956, "days_push": 317, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1977, forks 450 (observed 2026-08-28T04:06:01.395187+00:00)

## What it is
Slua-unreal is an Unreal Engine 4/5 plugin that lets developers write game logic in Lua instead of C++, with automatic export of blueprint and C++ interfaces to Lua. It supports hot-fixing code without recompilation and two-way communication between Lua, C++, and Blueprints.

## Use cases
- write unreal engine game logic in lua
- hot update game code without recompiling c++
- call blueprint functions from lua scripts
- override blueprint functions with lua
- profile lua cpu usage in shipped games
- wrap c++ classes for lua scripting

## When to choose
- you need fast iteration on game logic without c++ compile times
- you want to hot-fix live game code after release
- your team prefers scripting game logic in lua
- you need lua-blueprint interop in unreal engine

## When to avoid
- you are not using unreal engine
- your project requires pure c++ with no scripting layer
- you need a scripting solution for a different engine like unity or godot

## Facets
- artifact type: plugin
- maturity: stable
- function: interpreter, plugin-system, rpc, developer-tools
- domain: programming-languages
- platform: cpp, cross-platform
- tags: unreal-engine, lua-scripting, hot-update, blueprint, game-logic, scripting, game-development, automation, mobile, desktop

## Member repositories
- Tencent/sluaunreal (main) score 44

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:01.395187+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:04:46.233578+00:00, confidence not recorded.
  - readme: https://github.com/Tencent/sluaunreal (fetched 2026-08-28T04:06:01.395187+00:00, sha e6ec36a61947)
- Data as of 2026-08-30T08:39:29.467469+00:00.
