blueprint_remove_interface
Deletes an interface implementation from a Blueprint, removes its generated function graphs, compiles, and saves.
Instructions
Remove an interface implementation (deletes its generated function graphs), then compile and save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprint_path | Yes | Content path of the Blueprint asset, e.g. /Game/Blueprints/BP_Door. | |
| interface_class | Yes | Interface class path. |