Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | FMetaSoundDocumentInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
Syntax
USTRUCT (BlueprintType , DisplayName="MetaSound Document Info")
struct FMetaSoundDocumentInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundAssetManager.h | |||
FMetaSoundDocumentInfo
(
const IMetaSoundDocumentInterface& InDocInterface |
MetasoundAssetManager.h | ||
FMetaSoundDocumentInfo
(
const FAssetData& InAssetData, |
MetasoundAssetManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPreset | uint8 | Whether asset is a preset or not. | MetasoundAssetManager.h |
|
| DocumentVersion | FMetasoundFrontendVersionNumber | Version of document. | MetasoundAssetManager.h |
|
| ReferencedAssetKeys | TArray< FMetaSoundAssetKey > | Versions of referenced asset class keys. | MetasoundAssetManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExportToContext
(
FAssetRegistryTagsContext& OutContext |
MetasoundAssetManager.h |