get_object_property
Read Unreal object properties using object paths or actor labels, with optional component class resolution.
Instructions
Read any Unreal object property through the Remote Control property endpoint.
Parameters:
kwargs: key=value pairs or JSON object Supported parameters:
object_path: Direct Unreal object path
actor_label: Actor label to resolve into an object path
component_class: Optional component class to resolve from the actor
property_name: Unreal property name to read
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kwargs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |