Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FClassInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundVertex.h | |||
FClassInterface
(
const FClassInterface& Other |
Copy constructor (deep-copies schema data). | MetasoundVertex.h | |
| Move constructor. | MetasoundVertex.h | ||
FClassInterface
(
const FVertexInterface& InVertexInterface |
Construct from a FVertexInterface. | MetasoundVertex.h | |
FClassInterface
(
const VertexPrivate::FClassInterfaceData& InClassInterfaceData |
MetasoundVertex.h |
FClassInterface()
| Name | FClassInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FClassInterface()
FClassInterface(const FClassInterface &)
Description
Copy constructor (deep-copies schema data).
| Name | FClassInterface |
| 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 |
FClassInterface
(
const FClassInterface & Other
)
FClassInterface(FClassInterface &&)
Description
Move constructor.
| Name | FClassInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FClassInterface
(
FClassInterface &&
)
FClassInterface(const FVertexInterface &)
Description
Construct from a FVertexInterface. The resulting FClassInterface has no sub-interfaces or variants — it simply wraps the flat vertex lists.
| Name | FClassInterface |
| 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 |
FClassInterface
(
const FVertexInterface & InVertexInterface
)
FClassInterface(const VertexPrivate::FClassInterfaceData &)
| Name | FClassInterface |
| 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 |
FClassInterface
(
const VertexPrivate::FClassInterfaceData & InClassInterfaceData
)