Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMDebugInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDebugInfo.h |
| Include Path | #include "RigVMCore/RigVMDebugInfo.h" |
Syntax
USTRUCT ()
struct FRigVMDebugInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMDebugInfo() |
RigVMCore/RigVMDebugInfo.h |
Classes
| Name | Remarks |
|---|---|
| FExecutionHaltedEvent |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnExecutionHalted | FExecutionHaltedEvent | RigVMCore/RigVMDebugInfo.h | ||
| StepCondition | FRigVMStepCondition | RigVMCore/RigVMDebugInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginExecution() |
RigVMCore/RigVMDebugInfo.h | ||
FExecutionHaltedEvent & ExecutionHalted() |
RigVMCore/RigVMDebugInfo.h | ||
const FRigVMStepCondition & GetStepCondition() |
RigVMCore/RigVMDebugInfo.h | ||
bool IsActive() |
RigVMCore/RigVMDebugInfo.h | ||
void Reset() |
RigVMCore/RigVMDebugInfo.h | ||
void RunToInstruction
(
int32 Instruction |
RigVMCore/RigVMDebugInfo.h | ||
void SetStepCondition
(
const FRigVMStepCondition& InStepCondition |
RigVMCore/RigVMDebugInfo.h | ||
bool ShouldStop
(
const FRigVMExtendedExecuteContext& Context, |
RigVMCore/RigVMDebugInfo.h | ||
void StepForward() |
RigVMCore/RigVMDebugInfo.h | ||
void StepInto() |
RigVMCore/RigVMDebugInfo.h | ||
void StepOut() |
RigVMCore/RigVMDebugInfo.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void CaptureCallstackPath
(
const FRigVMExtendedExecuteContext& Context, |
RigVMCore/RigVMDebugInfo.h | ||
static void CaptureIterationPath
(
const FRigVMExtendedExecuteContext& Context, |
RigVMCore/RigVMDebugInfo.h | ||
static int32 CompareCallstackPath
(
const FRigVMExtendedExecuteContext& Context, |
RigVMCore/RigVMDebugInfo.h | ||
static int32 CompareIterationPath
(
const FRigVMExtendedExecuteContext& Context, |
RigVMCore/RigVMDebugInfo.h |