Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMGraphSection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FRigVMGraphSection > FindMatches
(
const URigVMGraph* InGraph |
RigVMModel/RigVMGraphSection.h | ||
TArray< FRigVMGraphSection > FindMatches
(
const TArray< URigVMNode* >& InAvailableNodes |
RigVMModel/RigVMGraphSection.h |
FindMatches(const URigVMGraph *)
| Name | FindMatches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMGraphSection.h |
| Include Path | #include "RigVMModel/RigVMGraphSection.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMGraphSection.cpp |
TArray < FRigVMGraphSection > FindMatches
(
const URigVMGraph * InGraph
) const
FindMatches(const TArray< URigVMNode * > &)
| Name | FindMatches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMGraphSection.h |
| Include Path | #include "RigVMModel/RigVMGraphSection.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMGraphSection.cpp |
TArray < FRigVMGraphSection > FindMatches
(
const TArray < URigVMNode * > & InAvailableNodes
) const