Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMRegister
Description
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.
| Name | GetWorkByteIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryDeprecated.h |
| Include Path | #include "RigVMCore/RigVMMemoryDeprecated.h" |
uint64 GetWorkByteIndex
(
int32 InSliceIndex
) const