Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalRuntime
| Name | FChannelAgnosticType |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalRuntime/Public/MetasoundChannelAgnosticType.h |
| Include Path | #include "MetasoundChannelAgnosticType.h" |
Syntax
class FChannelAgnosticType : public Audio::FChannelAgnosticType
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChannelAgnosticType
(
const FOperatorSettings& InSettings, |
MetasoundChannelAgnosticType.h | ||
FChannelAgnosticType
(
const int32 InNumFramesPerBlock, |
MetasoundChannelAgnosticType.h | ||
FChannelAgnosticType
(
const FOperatorSettings& InSettings, |
FLiteral compatible Constructor TODO: Literals only support FString and not FNames, so there is a conversion here. | MetasoundChannelAgnosticType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | Audio::FChannelAgnosticType | MetasoundChannelAgnosticType.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetDefaultCatFormat () |
Returns the default (i.e. default constructed) format of a CAT. | MetasoundChannelAgnosticType.h |