Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputVertexInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachSubInterfaceInstance
(
const FName& InSubInterfaceName, |
Iterate through all repetitions of a sub interface. | MetasoundVertex.h | |
void ForEachSubInterfaceInstance
(
const FName& InSubInterfaceName, |
Iterate through all repetitions of a sub interface. | MetasoundVertex.h |
ForEachSubInterfaceInstance(const FName &, TFunctionRef< void(TConstArrayView< FInputDataVertex >)>)
Description
Iterate through all repetitions of a sub interface.
| Name | ForEachSubInterfaceInstance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertex.cpp |
void ForEachSubInterfaceInstance
(
const FName & InSubInterfaceName,
TFunctionRef < void >)> Callable
) const
ForEachSubInterfaceInstance(const FName &, TFunctionRef< void(TArrayView< FInputDataVertex >)>)
Description
Iterate through all repetitions of a sub interface.
| Name | ForEachSubInterfaceInstance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertex.cpp |
void ForEachSubInterfaceInstance
(
const FName & InSubInterfaceName,
TFunctionRef < void< FInputDataVertex >)> Callable
)