Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMTemplate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 FindPermutation
(
const FRigVMFunction* InPermutation |
Returns the index of the permutation within the template of a given function (or INDEX_NONE) | RigVMCore/RigVMTemplate.h | |
int32 FindPermutation
(
const FTypeMap& InTypes |
Returns the index of the permutation within the template of a given set of types | RigVMCore/RigVMTemplate.h |
FindPermutation(const FRigVMFunction *)
Description
Returns the index of the permutation within the template of a given function (or INDEX_NONE)
| Name | FindPermutation |
| 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 |
int32 FindPermutation
(
const FRigVMFunction * InPermutation
) const
FindPermutation(const FTypeMap &)
Description
Returns the index of the permutation within the template of a given set of types
| Name | FindPermutation |
| 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 |
int32 FindPermutation
(
const FTypeMap & InTypes
) const