Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMRegistry_RWLock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveType
(
const FSoftObjectPath& InObjectPath |
Removes a type from the registry, and updates all dependent templates which also creates invalid permutations in templates that we should ignore | RigVMCore/RigVMRegistry.h | |
bool RemoveType
(
TRigVMTypeIndex InTypeIndex |
Removes a type from the registry, and updates all dependent templates which also creates invalid permutations in templates that we should ignore | RigVMCore/RigVMRegistry.h |
RemoveType(const FSoftObjectPath &)
Description
Removes a type from the registry, and updates all dependent templates which also creates invalid permutations in templates that we should ignore
| Name | RemoveType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
bool RemoveType
(
const FSoftObjectPath & InObjectPath
)
RemoveType(TRigVMTypeIndex)
Description
Removes a type from the registry, and updates all dependent templates which also creates invalid permutations in templates that we should ignore
| Name | RemoveType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
bool RemoveType
(
TRigVMTypeIndex InTypeIndex
)