Navigation
Unreal Engine C++ API Reference > Plugins > AssetTags > UAssetTagsSubsystem
References
Module | AssetTags |
Header | /Engine/Plugins/Runtime/AssetTags/Source/AssetTags/Public/AssetTagsSubsystem.h |
Include | #include "AssetTagsSubsystem.h" |
Source | /Engine/Plugins/Runtime/AssetTags/Source/AssetTags/Private/AssetTagsSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="AssetTags")
TArray< FName > GetCollectionsContainingAssetPtr
(
const UObject * AssetPtr
)
Remarks
Get the names of the collections that contain the given asset. Names of the collections that contain the asset.
Parameters
Name | Description |
---|---|
AssetPtr | Asset to test. |