Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMByteCode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddCopyOp
(
const FRigVMCopyOp& InCopyOp |
Adds a copy operator to copy the content of a source argument to a target argument | RigVMCore/RigVMByteCode.h | |
int32 AddCopyOp
(
const FRigVMOperand& InSource, |
Adds a copy operator to copy the content of a source argument to a target argument | RigVMCore/RigVMByteCode.h |
AddCopyOp(const FRigVMCopyOp &)
Description
Adds a copy operator to copy the content of a source argument to a target argument
| Name | AddCopyOp |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMByteCode.cpp |
int32 AddCopyOp
(
const FRigVMCopyOp & InCopyOp
)
AddCopyOp(const FRigVMOperand &, const FRigVMOperand &)
Description
Adds a copy operator to copy the content of a source argument to a target argument
| Name | AddCopyOp |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMByteCode.cpp |
int32 AddCopyOp
(
const FRigVMOperand & InSource,
const FRigVMOperand & InTarget
)