UAssetTagsSubsystem::GetAssetsInCollection

Get the assets in the given collection.

Windows
MacOS
Linux

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="AssetTags")
TArray< FAssetData > GetAssetsInCollection
(
    const FName Name
)

Remarks

Get the assets in the given collection.

Returns

Assets in the given collection.

Parameters

Parameter

Description

Name

Name of the collection to test.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss