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&40;BlueprintCallable, Category&61;"AssetTags"&41;
bool AddAssetDataToCollection
&40;
const FName Name,
const FAssetData & AssetData
&41;
Remarks
Add the given asset to the given collection. True if the collection was modified, false otherwise (see the output log for details on error).
Parameters
Name | Description |
---|---|
Name | Name of the collection to modify. |
AssetData | Asset to add. |