Navigation
API > API/Plugins > API/Plugins/RigVM
Copy the content of one register to another
| Name | FRigVMCopyOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMCopyOp : public FRigVMBaseOp
Inheritance Hierarchy
- FRigVMBaseOp → FRigVMCopyOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMCopyOp () |
RigVMCore/RigVMByteCode.h | ||
FRigVMCopyOp
(
FRigVMOperand InSource, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Source | FRigVMOperand | RigVMCore/RigVMByteCode.h | ||
| Target | FRigVMOperand | RigVMCore/RigVMByteCode.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CopyType | ERigVMCopyType | RigVMCore/RigVMByteCode.h | ||
| RegisterType | ERigVMRegisterType | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
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 |