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< FAssetData > GetAssetsInCollection
(
const FName Name
)
Remarks
Get the assets in the given collection. Assets in the given collection.
Parameters
Name | Description |
---|---|
Name | Name of the collection to test. |