add_comment_box
Add a documentation comment box to a Blueprint graph by specifying the Blueprint, comment text, position, size, and color.
Instructions
Add a comment box to a Blueprint graph (for documentation).
Args: blueprint_name: Blueprint name comment_text: Comment text position: [X, Y] graph position size: [Width, Height] of the comment box color: [R, G, B, A] box color
KB: see knowledge_base/01_BLUEPRINT_FUNDAMENTALS.md#overview Example: add_comment_box(blueprint_name="/Game/MCP_Test/BP_Example", comment_text="Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| color | No | ||
| position | No | ||
| comment_text | Yes | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |