ue5_get_property
Access UPROPERTY values on Unreal Engine UObjects by providing the object path and property name. For component properties, use getter functions instead.
Instructions
Gets the value of a UPROPERTY on a UObject. NOTE: Component properties (e.g., RootComponent, LightComponent) are often unavailable remotely. Use ue5_call_function with getter functions instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectPath | Yes | The path to the UObject. | |
| propertyName | Yes | The name of the property to retrieve. |