Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Options used to restrict a corresponding UClass that interface may be applied to. If unspecified, interface is assumed to be applicable to any arbitrary UClass.
| Name | FMetasoundFrontendInterfaceUClassOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT (BlueprintType )
struct FMetasoundFrontendInterfaceUClassOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundFrontendDocument.h | |||
FMetasoundFrontendInterfaceUClassOptions
(
const Audio::FParameterInterface::FClassOptions& InOptions |
MetasoundFrontendDocument.h | ||
FMetasoundFrontendInterfaceUClassOptions
(
const FTopLevelAssetPath& InClassPath, |
MetasoundFrontendDocument.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsDefault | bool | True if interface should be added by default to newly created MetaSound assets, false if not. | MetasoundFrontendDocument.h | |
| bIsModifiable | bool | True if user can add or remove the given class directly to or from the inherited interface UI, false if not. | MetasoundFrontendDocument.h | |
| ClassPath | FTopLevelAssetPath | Path to MetaSound class interface can be added to (ex. UMetaSoundSource or UMetaSound) | MetasoundFrontendDocument.h |
|