gameplay_pie_start
Launch a Play In Editor (PIE) session and wait until the game world is ready. Returns success when the PIE-ready marker appears, so you can proceed with gameplay tests or telemetry snapshots.
Instructions
Launch a Play In Editor (PIE) session and wait until the game world is ready (up to 30s). Returns success once the PIE-ready log marker is found. Call this before gameplay_run_acceptance_tests or gameplay_telemetry_snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level_path | No | Content path of the level to load before PIE (e.g. /Game/Maps/Gameplay). If omitted, uses the current level. |