Unreal Get Actor
unreal_get_actorRetrieve properties and components of any Unreal Engine actor by specifying its world path.
Instructions
Get properties and components of an actor by path in the Unreal level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Actor path in the world (e.g. '/Game/Maps/Main.Main:PersistentLevel.PlayerStart'). | |
| includeComponents | No | Include component details. | |
| timeoutMs | No | Command timeout. |