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
USTRUCT&40;&41;
struct FRigVMBreakpoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsActive | Whether or not the breakpoint is active. | |
| uint16 | Depth | The same instruction might be related to multiple breakpoints at different callstack depths. | |
| FGuid | Guid | Guid used to identify the breakpoint | |
| uint16 | InstructionIndex | Instruction where this breakpoint is set. | |
| UObject * | Subject | Node related to the breakpoint. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMBreakpoint
(
const uint16 InInstructionIndex, |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRigVMBreakpoint& Other |
||
| bool | operator==
(
const FRigVMBreakpoint& Other |