Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/IRigVMAssetInterface
Description
Previously some memory classes were parented to the asset object however it is no longer supported since classes are now identified with only package name + class name, see FTopLevelAssetPath this function removes those deprecated class. new classes should be created by RecompileVM and parented to the Package during PostLoad
| Name | RemoveDeprecatedVMMemoryClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMAsset.h |
| Include Path | #include "RigVMAsset.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMAsset.cpp |
void RemoveDeprecatedVMMemoryClass()