Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FStreamableHandle > LoadPrimaryAssetsWithType
(
FPrimaryAssetType PrimaryAssetType, |
Loads all assets of a given type, useful for cooking | Engine/AssetManager.h | |
virtual TSharedPtr< FStreamableHandle > LoadPrimaryAssetsWithType
(
FPrimaryAssetType PrimaryAssetType, |
Loads all assets of a given type, useful for cooking | Engine/AssetManager.h |
LoadPrimaryAssetsWithType(FPrimaryAssetType, const TArray< FName > &, FAssetManagerLoadParams &&, UE::FSourceLocation)
Description
Loads all assets of a given type, useful for cooking
| Name | LoadPrimaryAssetsWithType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h |
| Include Path | #include "Engine/AssetManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AssetManager.cpp |
virtual TSharedPtr < FStreamableHandle > LoadPrimaryAssetsWithType
(
FPrimaryAssetType PrimaryAssetType,
const TArray < FName > & LoadBundles,
FAssetManagerLoadParams && LoadParams,
UE::FSourceLocation Location
)
LoadPrimaryAssetsWithType(FPrimaryAssetType, const TArray< FName > &, FStreamableDelegate, TAsyncLoadPriority, UE::FSourceLocation)
Description
Loads all assets of a given type, useful for cooking
| Name | LoadPrimaryAssetsWithType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h |
| Include Path | #include "Engine/AssetManager.h" |
virtual TSharedPtr < FStreamableHandle > LoadPrimaryAssetsWithType
(
FPrimaryAssetType PrimaryAssetType,
const TArray < FName > & LoadBundles,
FStreamableDelegate DelegateToCall,
TAsyncLoadPriority Priority,
UE::FSourceLocation Location
)