Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
Contains info of assets which are currently async loading.
| Name | FMetaSoundAsyncAssetDependencies |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundAssetSubsystem.h |
| Include Path | #include "MetasoundAssetSubsystem.h" |
Syntax
USTRUCT ()
struct FMetaSoundAsyncAssetDependencies
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dependencies | TArray< FSoftObjectPath > | Dependencies of parent MetaSound. | MetasoundAssetSubsystem.h | |
| LoadID | int32 | ID of the async load. | MetasoundAssetSubsystem.h | |
| MetaSound | TObjectPtr< UObject > | Parent MetaSound. | MetasoundAssetSubsystem.h |
|
| StreamableHandle | TSharedPtr< FStreamableHandle > | Handle to in-flight streaming request. | MetasoundAssetSubsystem.h |