FRigVMCopyOp

Copy the content of one register to another

Windows
MacOS
Linux

Inheritance Hierarchy

FRigVMBaseOp

FRigVMCopyOp

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMByteCode.h

Include

#include "RigVMCore/RigVMByteCode.h"

Syntax

struct FRigVMCopyOp : public FRigVMBaseOp

Remarks

Copy the content of one register to another

Variables

Name Description

Public variable

FRigVMOperand

 

Source

Public variable

FRigVMOperand

 

Target

Constructors

Name Description

Public function

FRigVMCopyOp()

Public function

FRigVMCopyOp

(
    FRigVMOperand InSource,
    FRigVMOperand InTarget
)

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss