Navigation
API > API/Plugins > API/Plugins/RigVM
A description of a predicate branch in the VM's bytecode.
| Name | FRigVMPredicateBranch |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMPredicateBranch
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMPredicateBranch() |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BranchInfo | FRigVMBranchInfo | RigVMCore/RigVMByteCode.h | ||
| MemoryHandles | FRigVMMemoryHandleArray | RigVMCore/RigVMByteCode.h | ||
| VM | URigVM * | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ERigVMExecuteResult Execute
(
FRigVMExtendedExecuteContext& Context |
RigVMCore/RigVMByteCode.h | ||
bool IsValid() |
RigVMCore/RigVMByteCode.h |