# landelare/ue5coro

A deeply integrated C++ coroutine plugin for Unreal Engine 4 and 5.

Repository: https://github.com/landelare/ue5coro
Canonical: https://ross.abutalabs.com/products/ue5coro
Language: C++
License: BSD-3-Clause-Clear
License Family: permissive
Topics: coroutines, cpp, unreal-engine, async-await, cpp20, unreal-engine-4, unreal-engine-5
Last push: 2026-07-19T03:09:16+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 93, longevity 100
- inputs: {"age_days": 1684, "days_push": 45, "days_rel": 45, "gap_med": 28, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1103, forks 107 (observed 2026-08-28T04:03:36.157110+00:00)

## What it is
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
- artifact type: plugin
- maturity: active
- function: concurrency, developer-tools
- domain: developer-tools
- platform: cpp, game-engine, windows
- tags: unreal-engine, coroutines, cpp20, async-await, latent-actions, blueprint, game-development, linux, macos

## Member repositories
- landelare/ue5coro (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:36.157110+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-30T06:45:33.549999+00:00, confidence not recorded.
  - readme: https://github.com/landelare/ue5coro (fetched 2026-08-28T04:03:36.157110+00:00, sha a8653f6387de)
- Data as of 2026-08-30T08:39:29.467469+00:00.
