Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMRegistry_RWLock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRigVMTypeIndex GetTypeIndex
(
const FRigVMTemplateArgumentType& InType |
Returns the type index given a type. | RigVMCore/RigVMRegistry.h | |
TRigVMTypeIndex GetTypeIndex
(
bool bAsArray |
Returns the type index given an enum, struct, or object. | RigVMCore/RigVMRegistry.h | |
TRigVMTypeIndex GetTypeIndex
(
const FName& InCPPType, |
Returns the type index given a cpp type and a type object. | RigVMCore/RigVMRegistry.h |
GetTypeIndex(const FRigVMTemplateArgumentType &)
Description
Returns the type index given a type.
| Name | GetTypeIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
TRigVMTypeIndex GetTypeIndex
(
const FRigVMTemplateArgumentType & InType
) const
GetTypeIndex(bool)
Description
Returns the type index given an enum, struct, or object.
| Name | GetTypeIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
template<typename T>
TRigVMTypeIndex GetTypeIndex
(
bool bAsArray
) const
GetTypeIndex(const FName &, UObject *)
Description
Returns the type index given a cpp type and a type object.
| Name | GetTypeIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMRegistry.h |
| Include Path | #include "RigVMCore/RigVMRegistry.h" |
TRigVMTypeIndex GetTypeIndex
(
const FName & InCPPType,
UObject * InCPPTypeObject
) const