Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMMemoryCommon.h |
Include |
#include "RigVMCore/RigVMMemoryCommon.h" |
enum ERigVMMemoryType
{
Work = 0,
Literal = 1,
External = 2,
Debug = 3,
Invalid,
}
Name |
Description |
---|---|
Work |
|
Literal |
|
External |
|
Debug |
|
Invalid |
The ERigVMMemoryType maps to memory container index in RigVM through FRigVMOperand::GetContainerIndex() or URigVM::GetContainerIndex(...) The type of memory used. Typically we differentiate between Work (Mutable) and Literal (Constant) memory.