Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalRuntime
| Name | FMetaSoundExperimentalExampleNodeConfiguration |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalRuntime/Public/MetasoundExampleNodeConfiguration.h |
| Include Path | #include "MetasoundExampleNodeConfiguration.h" |
Syntax
USTRUCT ()
struct FMetaSoundExperimentalExampleNodeConfiguration : public FMetaSoundFrontendNodeConfiguration
Inheritance Hierarchy
- FMetaSoundFrontendNodeConfiguration → FMetaSoundExperimentalExampleNodeConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaSoundExperimentalExampleNodeConfiguration() |
MetasoundExampleNodeConfiguration.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumInputs | uint32 | MetasoundExampleNodeConfiguration.h |
|
|
| NumOutputs | uint32 | MetasoundExampleNodeConfiguration.h |
|
|
| String | FString | MetasoundExampleNodeConfiguration.h |
|
Functions
Public
Overridden from FMetaSoundFrontendNodeConfiguration
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< const Metasound::IOperatorData > GetOperatorData() |
Pass data down to the operator. | MetasoundExampleNodeConfiguration.h | |
virtual TInstancedStruct< FMetasoundFrontendClassInterface > OverrideDefaultInterface
(
const FMetasoundFrontendClass& InNodeClass |
Get the current interface for the class based upon the node extension | MetasoundExampleNodeConfiguration.h |