Description
Breaks out of the enclosing For Loop or For Each loop at the end of the current iteration. When executed, it sets the enclosing loop's BlockToRun to "Completed", causing the loop to skip remaining iterations and proceed to its Completed branch.
Must be placed inside a loop body; the compiler will emit an error if this node is used outside a loop scope.
Information
| Plugin | RigVM |
| Category | Execution |
| Tags | Break,Stop,Exit,Loop |
| Type | FRigVMFunction_BreakFromLoop |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecuteContext | Input-only execution pin — no output execution since the compiler emits a JumpForward after this node, making any downstream nodes dead code. | Execute Context |