Navigation
API > API/Plugins > API/Plugins/RigVM
Operator used for some array operations
| Name | FRigVMQuaternaryOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMQuaternaryOp : public FRigVMBaseOp
Inheritance Hierarchy
- FRigVMBaseOp → FRigVMQuaternaryOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMByteCode.h | |||
FRigVMQuaternaryOp
(
ERigVMOpCode InOpCode, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArgA | FRigVMOperand | RigVMCore/RigVMByteCode.h | ||
| ArgB | FRigVMOperand | RigVMCore/RigVMByteCode.h | ||
| ArgC | FRigVMOperand | RigVMCore/RigVMByteCode.h | ||
| ArgD | FRigVMOperand | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialize
(
FArchive& Ar |
RigVMCore/RigVMByteCode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ZeroPaddedMemoryIfNeeded
(
FRigVMBaseOp* InMemory |
RigVMCore/RigVMByteCode.h |