Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound
| Name | FHarmonixTapeSSNodeConfiguration |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/Nodes/TapeSSNode.h |
| Include Path | #include "HarmonixMetasound/Nodes/TapeSSNode.h" |
Syntax
USTRUCT ()
struct FHarmonixTapeSSNodeConfiguration : public FMetaSoundFrontendNodeConfiguration
Inheritance Hierarchy
- FMetaSoundFrontendNodeConfiguration → FHarmonixTapeSSNodeConfiguration
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxRampSeconds | float | HarmonixMetasound/Nodes/TapeSSNode.h |
|
|
| NumChannels | uint32 | HarmonixMetasound/Nodes/TapeSSNode.h |
|
Functions
Public
Overridden from FMetaSoundFrontendNodeConfiguration
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< const Metasound::IOperatorData > GetOperatorData() |
HarmonixMetasound/Nodes/TapeSSNode.h | ||
virtual TInstancedStruct< FMetasoundFrontendClassInterface > OverrideDefaultInterface
(
const FMetasoundFrontendClass& InNodeClass |
Get the current interface for the class based upon the node extension | HarmonixMetasound/Nodes/TapeSSNode.h |