Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | FChannelAgnosticType |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundChannelAgnosticType.h |
| Include Path | #include "MetasoundChannelAgnosticType.h" |
Syntax
class FChannelAgnosticType : public Audio::FChannelAgnosticType
Derived Classes
- FChannelAgnosticType
- FCompositeChannelAgnosticType
- FDiscreteChannelAgnosticType
- FSoundfieldChannelAgnosticType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundChannelAgnosticType.h | |||
FChannelAgnosticType
(
const FChannelAgnosticType& |
MetasoundChannelAgnosticType.h | ||
FChannelAgnosticType
(
const int32 InNumFramesPerBlock, |
MetasoundChannelAgnosticType.h | ||
FChannelAgnosticType
(
const FOperatorSettings& InSettings, |
MetasoundChannelAgnosticType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | Audio::FChannelAgnosticType | MetasoundChannelAgnosticType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const void * GetDataTypeId() |
MetasoundChannelAgnosticType.h | ||
const FName & GetDataTypeName() |
Metasound Polymorphic Type Id+Name. (required for intrusive references to work). | MetasoundChannelAgnosticType.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FChannelAgnosticType, ESPMode::NotThreadSafe > CreateNew
(
const FOperatorSettings& InSettings, |
MetasoundChannelAgnosticType.h | ||
static TOptional< TDataWriteReference< FChannelAgnosticType > > CreateWriteReference
(
const FName InDerivedType, |
Factory helper. | MetasoundChannelAgnosticType.h | |
static FName GetCatDefaultCatFormat() |
MetasoundChannelAgnosticType.h | ||
static FName GetRegisteredTypeName() |
MetasoundChannelAgnosticType.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChannelAgnosticType & operator=
(
const FChannelAgnosticType& |
MetasoundChannelAgnosticType.h | ||
| MetasoundChannelAgnosticType.h |