get_scene_snapshot
Get the full O3DE scene as one JSON snapshot: entities, components, transforms, hierarchy. Avoids per-entity calls and keeps working in secure mode.
Instructions
Return the full scene state as JSON, served natively by the AiCompanion gem.
Entities, components, transforms and hierarchy in one call, produced
by the gem's C++ SceneSnapshotProvider rather than an editor Python
script. Cheaper than list_entities plus per-entity queries, and it
still works when the AgentServer runs in secure mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |