Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | FMetasoundFrontendNodeInterface |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendNodeInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundFrontendDocument.h | |||
FMetasoundFrontendNodeInterface
(
const FMetasoundFrontendClassInterface& InClassInterface |
MetasoundFrontendDocument.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Environment | TArray< FMetasoundFrontendVertex > | Environment variables of node. | MetasoundFrontendDocument.h | |
| Inputs | TArray< FMetasoundFrontendVertex > | Input vertices to node. | MetasoundFrontendDocument.h | |
| Outputs | TArray< FMetasoundFrontendVertex > | Output vertices to node. | MetasoundFrontendDocument.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Update
(
const FMetasoundFrontendClassInterface& InClassInterface |
Return true if interface update resulted in interface changes. | MetasoundFrontendDocument.h | |
bool Update
(
const FMetasoundFrontendClassInterface& InClassInterface, |
MetasoundFrontendDocument.h |