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 |
|---|---|---|---|---|
| EarlyExitInstruction | TOptional< int32 > | RigVMCore/RigVMDebugInfo.h | ||
| OnExecutionHalted | FExecutionHaltedEvent | RigVMCore/RigVMDebugInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFrom
(
const FRigVMDebugInfo& Other |
RigVMCore/RigVMDebugInfo.h | ||
FExecutionHaltedEvent & ExecutionHalted() |
RigVMCore/RigVMDebugInfo.h | ||
int32 GetInstructionForEarlyExit() |
RigVMCore/RigVMDebugInfo.h | ||
bool IsEmpty() |
RigVMCore/RigVMDebugInfo.h | ||
void Reset() |
RigVMCore/RigVMDebugInfo.h | ||
void SetInstructionForEarlyExit
(
const int32 InInstruction |
RigVMCore/RigVMDebugInfo.h | ||
bool ShouldEarlyExitBeforeInstruction
(
const int32 InInstruction |
RigVMCore/RigVMDebugInfo.h |