Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/AssetTags/Source/AssetTags/Public/AssetTagsSubsystem.h |
Include |
#include "AssetTagsSubsystem.h" |
UCLASS()
class UAssetTagsSubsystem : public UEngineSubsystem
Name | Description | ||
---|---|---|---|
|
AddAssetDatasToCollection ( |
Add the given assets to the given collection. |
|
|
AddAssetDataToCollection ( |
Add the given asset to the given collection. |
|
|
AddAssetPtrsToCollection |
Add the given assets to the given collection. |
|
|
AddAssetPtrToCollection |
Add the given asset to the given collection. |
|
|
AddAssetsToCollection |
Add the given assets to the given collection. |
|
|
AddAssetToCollection |
Add the given asset to the given collection. |
|
|
CollectionExists ( |
Check whether the given collection exists. |
|
|
CreateCollection ( |
Create a new collection with the given name and share type. |
|
|
DestroyCollection ( |
Destroy the given collection. |
|
|
EmptyCollection ( |
Remove all assets from the given collection. |
|
|
GetAssetsInCollection ( |
Get the assets in the given collection. |
|
|
GetCollections() |
Get the names of all available collections. |
|
|
GetCollectionsContainingAsset ( |
Get the names of the collections that contain the given asset. |
|
|
GetCollectionsContainingAssetData ( |
Get the names of the collections that contain the given asset. |
|
|
GetCollectionsContainingAssetPtr ( |
Get the names of the collections that contain the given asset. |
|
|
RemoveAssetDataFromCollection ( |
Remove the given asset from the given collection. |
|
|
RemoveAssetDatasFromCollection ( |
Remove the given assets from the given collection. |
|
|
RemoveAssetFromCollection |
Remove the given asset from the given collection. |
|
|
RemoveAssetPtrFromCollection |
Remove the given asset from the given collection. |
|
|
RemoveAssetPtrsFromCollection |
Remove the given assets from the given collection. |
|
|
RemoveAssetsFromCollection |
Remove the given assets from the given collection. |
|
|
RenameCollection |
Rename the given collection. |
|
|
ReparentCollection |
Re-parent the given collection. |