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
{
None,
Resume,
StepOver,
StepInto,
StepOut,
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| None | |
| Resume | |
| StepOver | |
| StepInto | |
| StepOut | |
| UMETA |
Remarks
Possible actions when the VM is halted at a breakpoint.