set_asset_property
Set a property on an Unreal Engine asset by specifying the property name and its JSON-encoded value.
Instructions
Set a property on an asset.
Args: property_name: Property name (e.g. "two_sided", "blend_mode") property_value: JSON-encoded value (e.g. "true", "0.5", '"translucent"')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | ||
| property_name | Yes | ||
| property_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |