Navigation
API > API/Plugins > API/Plugins/RigVM
Execute a function
| Name | FRigVMExecuteOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMExecuteOp : public FRigVMBaseOp
Inheritance Hierarchy
- FRigVMBaseOp → FRigVMExecuteOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMByteCode.h | |||
FRigVMExecuteOp
(
uint16 InFunctionIndex, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArgumentCount | uint16 | RigVMCore/RigVMByteCode.h | ||
| FirstPredicateIndex | uint16 | RigVMCore/RigVMByteCode.h | ||
| FunctionIndex | uint16 | RigVMCore/RigVMByteCode.h | ||
| PredicateCount | uint16 | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 GetOperandCount() |
RigVMCore/RigVMByteCode.h | ||
void Serialize
(
FArchive& Ar |
RigVMCore/RigVMByteCode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ZeroPaddedMemoryIfNeeded
(
FRigVMBaseOp* InMemory |
RigVMCore/RigVMByteCode.h |