get_blueprint_class_defaults
Retrieve all default property values from a Blueprint's class default object, including inherited C++ properties, for comprehensive property inspection.
Instructions
Get all default property values from a Blueprint's generated class CDO.
Unlike get_blueprint_variable_details (which only shows BP-defined variables), this reads the CDO and returns ALL editable properties — including C++ parent ones.
Args: filter: Substring to filter property names (case-insensitive) include_inherited: Include properties from C++ parent (default True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| blueprint_path | Yes | ||
| include_inherited | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |