Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMTemplate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsPermutation
(
const FRigVMFunction* InPermutation |
Returns true if a given function is a permutation of this template | RigVMCore/RigVMTemplate.h | |
bool ContainsPermutation
(
const FTypeMap& InTypes |
Returns true if the template was able to resolve to at least one permutation | RigVMCore/RigVMTemplate.h |
ContainsPermutation(const FRigVMFunction *)
Description
Returns true if a given function is a permutation of this template
| Name | ContainsPermutation |
| 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 |
bool ContainsPermutation
(
const FRigVMFunction * InPermutation
) const
ContainsPermutation(const FTypeMap &)
Description
Returns true if the template was able to resolve to at least one permutation
| Name | ContainsPermutation |
| 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 |
bool ContainsPermutation
(
const FTypeMap & InTypes
) const