Navigation
API > API/Plugins > API/Plugins/RigVM
A description of a branch in the VM's bytecode
| Name | FRigVMBranchInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
Syntax
USTRUCT ()
struct FRigVMBranchInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMBranchInfo() |
RigVMCore/RigVMMemoryStorage.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArgumentIndex | int32 | RigVMCore/RigVMMemoryStorage.h | ||
| FirstInstruction | int32 | RigVMCore/RigVMMemoryStorage.h | ||
| Index | int32 | RigVMCore/RigVMMemoryStorage.h | ||
| InstructionIndex | int32 | RigVMCore/RigVMMemoryStorage.h | ||
| Label | FName | RigVMCore/RigVMMemoryStorage.h | ||
| LastInstruction | int32 | RigVMCore/RigVMMemoryStorage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsLazyEvaluationBranch() |
RigVMCore/RigVMMemoryStorage.h | ||
bool IsOutputBranch() |
RigVMCore/RigVMMemoryStorage.h | ||
bool IsValid() |
RigVMCore/RigVMMemoryStorage.h | ||
void Serialize
(
FArchive& Ar |
RigVMCore/RigVMMemoryStorage.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetFixedArrayLabel
(
const FString& InArrayName, |
RigVMCore/RigVMMemoryStorage.h | ||
static FName GetFixedArrayLabel
(
const FName& InArrayName, |
RigVMCore/RigVMMemoryStorage.h |