AI Debug¶
AI Debug is designed for compact logic review.
It removes much of the mechanical Blueprint representation and presents semantic pseudocode with source references.
Output header¶
Example shape¶
state:
GrabbedComponent: PrimitiveComponent?
input RightMouseButton: # n1
pressed:
trace = LineTraceSingle(...) # n2-7
if trace.result:
GrabbedComponent = trace.hit.component # n8-12
Source references¶
Comments such as:
refer to the selected source nodes.
Ask the AI to cite these references when reporting defects.
Recommended request¶
Follow the Vibe Blueprints instruction already provided.
Review this Unreal Blueprint logic.
Report confirmed defects and meaningful risks.
Cite the n# source references for every finding.
Preserve existing user-defined names.
Generate corrected nodes later¶
After the review, request a new complete reversible document:
Do not paste AI Debug text into Generate & copy nodes.