Skip to main content

Module usf

Module usf 

Source
Expand description

USF Code Generation - KORE to Unreal Shader Format Generates UE5-compatible .usf/.ush files for compute and pixel shaders

Key UE5 patterns supported:

  • #include “/Engine/Public/Platform.ush” headers
  • RWTexture2D UAV bindings for compute outputs
  • [numthreads] compute dispatch
  • SHADER_PARAMETER_STRUCT compatible parameter layout

Functions§

generate
Generate USF code from typed KORE program