Navigation
API > API/Plugins > API/Plugins/RigVM
Possible actions when the VM is halted at a breakpoint.
| Name | ERigVMBreakpointAction |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDebugInfo.h |
| Include Path | #include "RigVMCore/RigVMDebugInfo.h" |
Syntax
enum ERigVMBreakpointAction
{
None,
Resume,
StepOver,
StepInto,
StepOut,
Max,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Resume | |
| StepOver | |
| StepInto | |
| StepOut | |
| Max |