FRigVMMemoryContainer::Copy

Copies the content of a source register to a target register.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMMemory.h"

Source

/Engine/Source/Runtime/RigVM/Private/RigVMCore/RigVMMemory.cpp

Syntax

bool Copy
(
    int32 InSourceRegisterIndex,
    int32 InTargetRegisterIndex,
    const FRigVMMemoryContainer * InSourceMemory,
    int32 InSourceRegisterOffset,
    int32 InTargetRegisterOffset
)

Remarks

Copies the content of a source register to a target register. The source register can optionally be referencing a specific source memory container.

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