Description
Skips the remaining body nodes of the current loop iteration and re-enters the enclosing For Loop or For Each loop at the next iteration. The loop itself is not terminated — only the current iteration's remaining nodes are bypassed.
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 | Continue,Skip,Next,Loop |
| Type | FRigVMFunction_ContinueLoop |
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 |