Skip to content

Simulation Harness

PlatanoGames edited this page Aug 9, 2026 · 4 revisions

Simulation Harness

PGXSimHarness is an editor-only verification and demonstration plugin. It composes selected PGX systems, creates controlled demo state and reports each surface as implemented, partial or missing.

What it can show

  • whether a registered harness case can create its expected editor/runtime state;
  • whether selected Blueprint/native seams return observable results;
  • which plugins have no harness case or only partial coverage;
  • reproducible diagnostics for a specific release revision.

What it cannot prove

  • completeness of a plugin;
  • a clean build of the exported release;
  • packaged-game behavior;
  • network, platform or performance compatibility;
  • correctness of systems that have no registered harness case.

A green harness case is evidence for that case only. Missing and partial entries must remain visible in reports.

LogRoundtrip and EnvironmentSmoke report environmental N/A when a commandlet or headless context has no live game world. Successful compilation, linking and the broader Automation suite do not provide runtime coverage for those paths.

See Build and Validation, Quality Assurance and Known Issues.

Clone this wiki locally