Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- FMetasoundFrontendClassInterface
- FMetasoundFrontendInterface
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendInterface : public FMetasoundFrontendClassInterface
Remarks
Definition of an interface that an FMetasoundFrontendClass adheres to in part or full.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMetasoundFrontendInterfaceUClassOptions > | UClassOptions | If specified, options used to restrict a corresponding UClass that interface may be applied to. | |
| FMetasoundFrontendVersion | Version |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundFrontendInterface
(
Audio::FParameterInterfacePtr InInterface |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMetasoundFrontendInterfaceUClassOptions * | FindClassOptions
(
const FTopLevelAssetPath& InClassPath |