Ross ROSS = Recommend OSS · open-source software intelligence for agents

landelare/ue5coro

A deeply integrated C++ coroutine plugin for Unreal Engine 4 and 5. observed · 2026-08-28

github.com/landelare/ue5coro · C++ · BSD-3-Clause-Clear (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 93
  • Release rhythm 93
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 28
  • age_days: 1684
  • days_rel: 45
  • days_push: 45
  • n_releases_24m: 16

Full methodology

Adoption not part of the score

1103 stars · 107 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

UE5Coro is a C++20 coroutine plugin for Unreal Engine 4 and 5 that integrates deeply with the engine's gameplay systems. It lets developers write asynchronous and latent logic with co_await, replacing callbacks and FPendingLatentAction boilerplate.

Use cases

  • write async gameplay code with coroutines in unreal engine
  • create latent blueprint-callable functions without boilerplate
  • await asset loading asynchronously in c++
  • spread heavy computation across ticks or worker threads
  • replace callback-based async code in ue5 with co_await

When to choose

  • you write C++ gameplay code in Unreal Engine 4/5 and want clean async/await syntax
  • you need latent UFUNCTIONs with Blueprint-safe multithreading
  • you want automatic coroutine cleanup tied to UObject lifetime

When to avoid

  • your project is Blueprint-only with no C++ code
  • you target an engine version or compiler without C++20 coroutine support
  • you need coroutine support outside Unreal Engine

Facets

plugin · maturity active

concurrency developer-tools developer-tools cpp game-engine windows unreal-engine coroutines cpp20 async-await latent-actions blueprint game-development linux macos

1 source

Member repositories

RepositoryRoleHealth v2
landelare/ue5coromain94

For agents

markdown · JSON · MCP: product_card(name="landelare/ue5coro")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem