Eight Unreal Automation Framework tests are compiled with the Runtime module.
| Test | Purpose |
|---|---|
Reconnect.ExponentialBackoff |
Verifies bounded reconnect delay |
Parser.ValidPayload |
Verifies canonical telemetry payload |
Parser.AliasPayload |
Verifies supported alias fields |
Parser.InvalidPayload |
Rejects malformed JSON |
Configuration.EndpointValidation |
Validates HTTP and WebSocket schemes |
Configuration.DefaultSettings |
Verifies default plugin configuration |
Performance.ComponentDoesNotTick |
Confirms transport component does not Tick |
API.BlueprintSurface |
Confirms Blueprint-callable reflection surface |
Before extraction into this repository:
- Runtime module compiled inside StudioPulse;
- Editor module compiled inside StudioPulse;
- all eight plugin tests passed;
- Blueprint API reflection passed;
- GitHub source commit was verified.
The standalone Release is created with:
RunUAT BuildPlugin
for:
Unreal Engine 5.8
Win64
- HTTP response integration test;
- local WebSocket integration test;
- reconnect lifecycle world test;
- fallback-to-live transition test;
- packaged sample-project smoke test.