Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FClassInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FClassInterface & operator=
(
const FClassInterface& Other |
Copy assignment (deep-copies schema data). | MetasoundVertex.h | |
FClassInterface & operator=
(
FClassInterface&& |
Move assignment. | MetasoundVertex.h |
operator=(const FClassInterface &)
Description
Copy assignment (deep-copies schema data).
| Name | operator= |
| 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 & operator=
(
const FClassInterface & Other
)
operator=(FClassInterface &&)
Description
Move assignment.
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FClassInterface & operator=
(
FClassInterface &&
)