Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDebugInfo.h |
| Include | #include "RigVMCore/RigVMDebugInfo.h" |
Syntax
enum ERigVMBreakpointAction
&123;
None,
Resume,
StepOver,
StepInto,
StepOut,
Max,
&125;
Values
| Name | Description |
|---|---|
| None | |
| Resume | |
| StepOver | |
| StepInto | |
| StepOut | |
| Max |
Remarks
Possible actions when the VM is halted at a breakpoint.