get_actor_properties
Fetch all properties of a named actor in Unreal Engine to inspect its state and attributes.
Instructions
Get all properties of an actor by name.
KB: see knowledge_base/10_WORLD_BUILDING.md#overview Example: get_actor_properties(name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |