pie_launch_session
Launch a Play-In-Editor (PIE) or Simulate session in Unreal Editor, with an optional delay to report session state. Use to start interactive testing or simulation from automation workflows.
Instructions
Request a PIE or Simulate session from the Unreal Editor.
Args: mode: "simulate" for Simulate In Editor, otherwise requests normal PIE wait_seconds: Short post-request delay before reporting session state
Returns: JSON string with requested mode, prior state, current state, and PIE world count.
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#overview Example: pie_launch_session()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | simulate | |
| wait_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |