Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
Inheritance Hierarchy
- FRigVMBaseOp
- FRigVMCopyOp
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMCopyOp : public FRigVMBaseOp
Remarks
Copy the content of one register to another
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigVMOperand | Source | ||
| FRigVMOperand | Target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMCopyOp () |
|||
FRigVMCopyOp
(
FRigVMOperand InSource, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
||
| void | Serialize
(
FArchive& Ar |
||
| void | ZeroPaddedMemoryIfNeeded
(
FRigVMBaseOp* InMemory |