Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputVertexInterfaceData
Description
Find data references bound to the sub interface vertices. If there is no bound data for a sub interface instance, the array element will be a nullptr.
| Name | FindSubInterfaceReferences |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertexData.cpp |
TArray < const FAnyDataReference * > FindSubInterfaceReferences
(
const FName & InSubInterfaceName,
const FVertexName & InVertexName
) const
Parameters
| Name | Remarks |
|---|---|
| InSubInterfaceName | Name of the sub interface |
| InVertexName | Name of the prototype vertex in the sub interface. |