rc_get_property
Retrieve any UObject property directly through Remote Control, bypassing the Python bridge. Provide the full object path and property name.
Instructions
Read a UObject property directly via Remote Control (no Python bridge).
object_path is a full object path, e.g.
'/Game/Maps/Test.Test:PersistentLevel.PointLight_1.LightComponent0'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_path | Yes | ||
| property_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |