🎓Tips
How To Get Consistent Results
From time to time the assistant will respond with a note that it "couldn't generate a Blueprint function from your request." In most cases this happens because:
- Your prompt describes something that would actually require several functions or a more complex system.
- The feature you're asking for isn't possible with Blueprint nodes alone (for example, it needs C++ or an external plugin).
- The wording of the prompt sounds like normal chat rather than a build-this-function command.
- Very occasionally, the model just misfires—try sending the same request again.
How to prompt
- Start with
Generate a function that …. That single phrase switches the model into "blueprint-builder" mode. - Describe inputs and outputs up front (e.g. "takes Health and Damage, returns NewHealth") rather than describing every pin connection.
- Keep the explanation high-level—let the AI decide the exact sequence of nodes. Over-specifying each step can confuse the generator.
- If you get the "can't generate" notice, try simplifying the request first; add extra constraints only after you see a working draft.
When a function is produced but doesn't work as expected, please drop us a note with the prompt and a short description of what went wrong. Real-world feedback is the fastest way for us to improve the generator! 🙏