Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalRuntime
| Name | FMetaSoundWidgetExampleNodeConfiguration |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalRuntime/Public/MetasoundExampleNodeConfiguration.h |
| Include Path | #include "MetasoundExampleNodeConfiguration.h" |
Syntax
USTRUCT ()
struct FMetaSoundWidgetExampleNodeConfiguration : public FMetaSoundFrontendNodeConfiguration
Inheritance Hierarchy
- FMetaSoundFrontendNodeConfiguration → FMetaSoundWidgetExampleNodeConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaSoundWidgetExampleNodeConfiguration() |
MetasoundExampleNodeConfiguration.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MyFloat | float | MetasoundExampleNodeConfiguration.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OperatorData | TSharedPtr< Metasound::Experimental::FWidgetExampleOperatorData > | MetasoundExampleNodeConfiguration.h |
Functions
Public
Overridden from FMetaSoundFrontendNodeConfiguration
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< const Metasound::IOperatorData > GetOperatorData() |
MetasoundExampleNodeConfiguration.h |