Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Functor for creating a new FInputBinding from a IDataReference derived class and a vertex name.
| Name | TCreateInputBinding |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
Syntax
template<typename DataReferenceType>
struct TCreateInputBinding
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCreateInputBinding
(
const FVertexName& InVertexName, |
MetasoundVertexData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ref | DataReferenceType & | MetasoundVertexData.h | ||
| VertexName | const FVertexName & | MetasoundVertexData.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInputBinding operator()() |
MetasoundVertexData.h |