Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontend.h |
| Include | #include "MetasoundFrontend.h" |
Syntax
struct FConnectability
Remarks
Struct that indicates whether an input and an output can be connected, and whether an intermediate node is necessary to connect the two.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EConnectable | Connectable | ||
| TArray< FConverterNodeInfo > | PossibleConverterNodeClasses | If Connectable is EConnectable::YesWithConverterNode, this will be a populated list of nodes we can use to convert between the input and output. | |
| EReason | Reason |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EConnectable | |||
| EReason |