Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputVertexInterfaceData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct with an FInputVertexInterface. | MetasoundVertexData.h | ||
FInputVertexInterfaceData
(
const FInputVertexInterface& InVertexInterface |
Construct with an FInputVertexInterface. | MetasoundVertexData.h |
FInputVertexInterfaceData()
Description
Construct with an FInputVertexInterface. This will default to a unfrozen vertex interface.
| Name | FInputVertexInterfaceData |
| 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 |
FInputVertexInterfaceData()
FInputVertexInterfaceData(const FInputVertexInterface &)
Description
Construct with an FInputVertexInterface. This will default to a frozen vertex interface.
| Name | FInputVertexInterfaceData |
| 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 |
FInputVertexInterfaceData
(
const FInputVertexInterface & InVertexInterface
)