Temaran/UnrealEngineShaderPluginDemo resource
A tutorial project that shows how to implement HLSL Pixel and Compute shaders in UE4 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4224
- days_rel: n/a
- days_push: 948
- n_releases_24m: 0
Adoption not part of the score
1007 stars · 253 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A tutorial project and plugin demonstrating how to implement custom HLSL pixel and compute shaders in Unreal Engine 4 via C++. It covers hosting .usf shader files, compilation macros, parameter structs, and render-thread invocation.
Use cases
- learn how to add custom HLSL shaders to Unreal Engine 4
- implement compute shaders in UE4 with C++
- host custom .usf shader files in an Unreal plugin
- pass parameters to UE4 shaders from C++
- run rendering commands on the UE4 render thread
- bypass material editor and work directly with the RHI
When to choose
- you want to write pixel or compute shaders directly against UE4's RHI instead of material graphs
- you need a worked example of shader plugin setup, compilation, and invocation in UE4
- you are learning how Unreal integrates HLSL shader files with C++ code
When to avoid
- you want to learn HLSL or shader programming fundamentals from scratch
- you only need material effects achievable with Unreal's in-editor material tools
- you target engine versions without a matching branch
Facets
learning-resource · maturity maintenance
graphics gpu-computing sdk graphics tutorials windows cpp game-engine unreal-engine hlsl shaders compute-shaders pixel-shaders tutorial-project game-development
1 source
- readme: https://github.com/Temaran/UnrealEngineShaderPluginDemo · fetched 2026-08-28 · 6cb03dc139db
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Temaran/UnrealEngineShaderPluginDemo | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Temaran/UnrealEngineShaderPluginDemo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem