NUI Framework

Workflow

NUI workflow documentation focuses on the Unreal-native authoring loop: source, compile, preview, diagnose, and connect behavior.

Workflow pages will be expanded with step-by-step editor guidance and production examples.

Asset-centered workflow

NUI is organized around the NUIWBP asset. Structure, compilation, preview, diagnostics, and Event Graph behavior remain connected to the asset so the workflow stays inside Unreal Engine.

Compile and preview

The expected iteration loop is fast and explicit. Authors edit NUI Script, compile the asset, and see the updated UI in the Unreal editor preview.

Source control review

Readable source-authored UI structure is intended to make changes easier to inspect during review. Workflow documentation will include guidance for keeping authored structure clear.

Next steps