Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVM.h |
Include |
#include "RigVMCore/RigVM.h" |
enum ERigVMBreakpointAction
{
None,
Resume,
StepOver,
StepInto,
StepOut,
Max,
}
Name |
Description |
---|---|
None |
|
Resume |
|
StepOver |
|
StepInto |
|
StepOut |
|
Max |
Possible actions when the VM is halted at a breakpoint.