IAssetManagerEditorModule::WriteCollection

Creates a collection from a list of packages, will overwrite/modify an existing collection of the same name.

Windows
MacOS
Linux

References

Module

AssetManagerEditor

Header

/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h

Include

#include "AssetManagerEditorModule.h"

Syntax

bool WriteCollection
(
    FName CollectionName,
    ECollectionShareType::Type ShareType,
    const TArray< FName > & PackageNames,
    bool bShowFeedback
)

Remarks

Creates a collection from a list of packages, will overwrite/modify an existing collection of the same name. Will display feedback to the user if bShowFeedback is true

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