FRigVMRegister::GetWorkByteIndex

Returns the current address of the register within the data byte array.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMMemory.h"

Syntax

uint64 GetWorkByteIndex
(
    int32 InSliceIndex
) const

Remarks

Returns the current address of the register within the data byte array. this can change over time - as the register is moving through slices. use GetFirstAllocatedByte to get the fixed first byte.

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