Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include | #include "RigVMCore/RigVMByteCode.h" |
Syntax
struct FRigVMBranchInfoKey
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ArgumentIndex | ||
| int32 | InstructionIndex | ||
| FName | Label |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMBranchInfoKey
(
int32 InInstructionIndex, |
|||
FRigVMBranchInfoKey
(
int32 InInstructionIndex, |
|||
FRigVMBranchInfoKey
(
int32 InInstructionIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRigVMBranchInfoKey& InOther |