RecipeUnreal Blueprint
Unreal Blueprint
description writer
Generate clean, consistent Blueprint node descriptions from your function signatures and logic outlines. Paste a snippet, get documentation-ready prose.
📥
Paste signature
Drop in your UFUNCTION macro, params, and return type. Meridian parses the metadata.
⚙️
Describe logic
Add a short plain-English summary of what the node does. Keep it under three sentences.
📤
Get description
Output is a polished tooltip-ready string matching Epic's documentation conventions.
Example output
/**
* Spawns a physics-based projectile from the muzzle socket.
* Applies initial velocity and enables collision after 0.1s delay.
* Returns the spawned actor on success, nullptr if the world is invalid.
*/