-
Notifications
You must be signed in to change notification settings - Fork 0
Build and Validation
PlatanoGames edited this page Aug 10, 2026
·
3 revisions
- 26 plugins and 48 modules in one compatible constellation.
- Unreal Engine 5.7.4, Windows Development targets.
- Clean Editor build: 792/792 actions passed.
- Clean Game build: 414/414 actions passed.
- Editor Automation: 242/242 tests passed.
- Game Automation: 115/115 tests passed.
-
PGX.Demo: 3/3 tests passed. - Public export boundary and forbidden-content checks executed during release preparation.
- Documentation links and navigation are checked separately.
SimHarness LogRoundtrip and EnvironmentSmoke report environmental N/A in
commandlet or headless contexts without a live game world. Compilation, linking
and a passing suite do not turn those paths into runtime coverage.
Registry 10k, 50k and 100k benchmark entrypoints require the project to provision their corresponding Gameplay Tags. Runtime tag invention is intentionally rejected.
These results do not establish packaged or Shipping targets, other platforms, other Unreal Engine versions, complete runtime behavior or arbitrary subsets.
Samples/PGXDemo demonstrates Message, GameFlow, Save and InputBuffer. The
other 22 plugins are loaded and linked but are not runtime demonstrations in the
sample.
- identify the exact tag/commit and plugin inventory;
- regenerate project files from a clean export;
- build the documented target/configuration;
- run Automation and editor checks;
- verify links, notices, boundaries and known issues;
- correlate the final artifact with the release record.
- Development Preview
- Getting Started
- Release branch catalog
- Public Plugin Matrix
- Early Preview Plugins
- Known Issues
- Architecture Overview
- Plugin Topology
- Module Reference
- Configuration and Registry
- Data-Driven Design
- Profiles and Budgets
- Gameplay Tag Architecture
- Initialization Pipeline
- Cross-Plugin Communication
- Message System
- Event Handlers
- Logging and Trace
- Runtime Flows
- Blueprint API Design
- Editor Integration
- Editor Visual System