Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundAssetClassInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundAssetManager.h | |||
FMetaSoundAssetClassInfo
(
const IMetaSoundDocumentInterface& InDocInterface |
MetasoundAssetManager.h | ||
FMetaSoundAssetClassInfo
(
const FAssetData& InAssetData |
Attempts to transform AssetTag data from the given AssetData to this class info (asset may or may not be loaded). | MetasoundAssetManager.h |
FMetaSoundAssetClassInfo()
| Name | FMetaSoundAssetClassInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
FMetaSoundAssetClassInfo()
FMetaSoundAssetClassInfo(const IMetaSoundDocumentInterface &)
| Name | FMetaSoundAssetClassInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundAssetManager.cpp |
FMetaSoundAssetClassInfo
(
const IMetaSoundDocumentInterface & InDocInterface
)
FMetaSoundAssetClassInfo(const FAssetData &)
Description
Attempts to transform AssetTag data from the given AssetData to this class info (asset may or may not be loaded). bIsValid set to false if object isn't loaded and any fields fail to load/are not serialized (i.e. tags are out-of-date).
| Name | FMetaSoundAssetClassInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundAssetManager.cpp |
FMetaSoundAssetClassInfo
(
const FAssetData & InAssetData
)