set_object_property
Set any Unreal object property by specifying object path or actor label, property name, and value. Supports JSON for complex types and optional undo transaction.
Instructions
Write 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 write
property_value: Value to assign, preferably via JSON for structs
generate_transaction: true/false, default true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kwargs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |