create_comment_box
Creates a color-coded Blueprint comment box to organize nodes before placing functional blocks, improving readability in Unreal Engine Editor.
Instructions
Create a color-coded Blueprint comment box.
This is a standards-friendly alias for add_blueprint_comment_node. Use it before placing nodes for a functional block.
KB: see knowledge_base/01_BLUEPRINT_FUNDAMENTALS.md#overview Example: create_comment_box(blueprint_name="/Game/MCP_Test/BP_Example", comment_text="Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| width | No | ||
| height | No | ||
| graph_name | No | EventGraph | |
| comment_text | Yes | ||
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |