FRigVMMemoryContainer::Copy

Copies the source memory into a known 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 InTargetRegisterIndex,
    int32 InTargetRegisterOffset,
    ERigVMRegisterType InTargetType,
    const uint8 * InSourcePtr,
    uint8 * InTargetPtr,
    uint16 InNumBytes
)

Remarks

Copies the source memory into a known register.

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