Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMRegistry_NoLock
How to register an object's class when passed to RegisterObjectTypes.
| Name | ERegisterObjectOperation |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
Syntax
enum ERegisterObjectOperation
{
Class,
ClassAndParents,
ClassAndChildren,
}
Values
| Name | Remarks |
|---|---|
| Class | |
| ClassAndParents | |
| ClassAndChildren |