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