Navigation
API > API/Plugins > API/Plugins/RigVM
The type of register within the memory.
| Name | ERigVMRegisterType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryDeprecated.h |
| Include Path | #include "RigVMCore/RigVMMemoryDeprecated.h" |
Syntax
enum ERigVMRegisterType
{
Plain,
String,
Name,
Struct,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| Plain | |
| String | |
| Name | |
| Struct | |
| Invalid |