Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Description
Create a FClassInterface by declaring the vertices, subinterfaces and variants. e.g:
FClassInterface ClassInterface = CreateClassInterface( TInputDataVertex
| Name | Metasound::CreateClassInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
namespace Metasound
{
template<typename ... ArgTypes>
FClassInterface Metasound::CreateClassInterface
(
ArgTypes &&... InArgs
)
}