FContentHelper::QueryAssetsInCollection

Retrieve the assets contained in the given collection.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/PackageHelperFunctions.h

Include

#include "PackageHelperFunctions.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Commandlets/PackageUtilities.cpp

Syntax

bool QueryAssetsInCollection
(
    FName InCollectionName,
    ECollectionShareType::Type InType,
    TArray< FName > & OutAssetPathNames
)

Remarks

Retrieve the assets contained in the given collection.

Returns

True if collection was created successfully

Parameters

Parameter

Description

InCollectionName

Name of collection to query

InType

Type of collection

OutAssetPathNames

The assets contained in the collection

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