Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalEngineRunti-
| |
|
| Name |
FMetaSoundGranulatorNodeConfiguration |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalEngineRuntime/Public/MetasoundGranulatorNode.h |
| Include Path |
#include "MetasoundGranulatorNode.h" |
Syntax
USTRUCT ()
struct FMetaSoundGranulatorNodeConfiguration : public FMetaSoundFrontendNodeConfiguration
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FMetaSoundGranulatorNodeConfiguration()
|
|
MetasoundGranulatorNode.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| GranularEnvelope |
EGranularEnvelope |
What grain envelope to use for the granulator. |
MetasoundGranulatorNode.h |
- EditAnywhere
- Category=General
|
| OutputAudioTypeName |
FName |
What the CAT output type is. Only azimuthal discrete channel types supported. |
MetasoundGranulatorNode.h |
- EditAnywhere
- Category=General
- Meta=(GetOptions="MetaSoundGranulatorNodeOptionsHelper.GetSoundFileFormatChannelOptions")
|
Protected
Functions
Public
Public Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Pass data down to the operator. |
MetasoundGranulatorNode.h |
|
|
Get the current interface for the class based upon the node extension |
MetasoundGranulatorNode.h |
|