Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalRuntime
| Name | FMetaSoundCatPannerNodeConfiguration |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalRuntime/Public/MetasoundCatPannerNode.h |
| Include Path | #include "MetasoundCatPannerNode.h" |
Syntax
USTRUCT ()
struct FMetaSoundCatPannerNodeConfiguration : public FMetaSoundFrontendNodeConfiguration
Inheritance Hierarchy
- FMetaSoundFrontendNodeConfiguration → FMetaSoundCatPannerNodeConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaSoundCatPannerNodeConfiguration() |
MetasoundCatPannerNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PanningMethod | ECatPannerMethod | What panning method to use. Panning method defines the mapping function of gains between pair-wise channels. | MetasoundCatPannerNode.h |
|
| PanToType | FName | What the CAT output type is. Only azimuthal discrete channel types supported. | MetasoundCatPannerNode.h |
|
Functions
Public
Public Virtual
Overridden from FMetaSoundFrontendNodeConfiguration
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< const Metasound::IOperatorData > GetOperatorData() |
Pass data down to the operator. | MetasoundCatPannerNode.h | |
virtual TInstancedStruct< FMetasoundFrontendClassInterface > OverrideDefaultInterface
(
const FMetasoundFrontendClass& InNodeClass |
Get the current interface for the class based upon the node extension | MetasoundCatPannerNode.h |