Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMTemplate
Description
Will return the hash of the input type map, if it is a valid type map. Otherwise, will return 0. It is only a valid type map if it includes all arguments, and non of the types is a wildcard.
| Name | GetTypesHashFromTypes |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMTemplate.h |
| Include Path | #include "RigVMCore/RigVMTemplate.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMTemplate.cpp |
uint32 GetTypesHashFromTypes
(
const FTypeMap & InTypes,
const FRigVMRegistryHandle & InRegistry
) const