add_format_text_node
Add a Format Text node to a Blueprint, creating dynamic input pins from {parameter} placeholders to build formatted text output.
Instructions
Add a Format Text node to build text from a template with parameters.
From Ch. 15: Format Text uses {ParameterName} delimiters in the format string to create input pins dynamically. Each {Name} becomes an input pin.
Example: format="{Name} wins the round with {Score} points" Creates input pins for Name and Score; output is the formatted text.
Args: blueprint_name: Blueprint to add the node to format_string: Template with {parameter_name} placeholders node_position: [X, Y] graph position
KB: see knowledge_base/01_BLUEPRINT_FUNDAMENTALS.md#overview Example: add_format_text_node(blueprint_name="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format_string | No | {Name} wins with {Score} points | |
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |