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