Navigation
API > API/Plugins > API/Plugins/RigVM
This is used to version up cooked assets independent of the object version.
| Name | ERigVMCookVersion::Type |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMObjectVersion.h |
| Include Path | #include "RigVMObjectVersion.h" |
Syntax
namespace ERigVMCookVersion
{
enum Type
{
AlwaysSerializeLocalizedRegistry,
LatestVersion,
}
}
Values
| Name | Remarks |
|---|---|
| AlwaysSerializeLocalizedRegistry | Even when the localized registry is turned off, make sure to always serialize it so that we can decide in code if we want to utilize it. |
| LatestVersion |