ICollectionManager::GetCollectionsStringForObject

Returns a string containing a comma separated list of collections in which the specified object exists of the specified share type

Windows
MacOS
Linux

References

Module

CollectionManager

Header

/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h

Include

#include "ICollectionManager.h"

Syntax

FString GetCollectionsStringForObject
(
    FName ObjectPath,
    ECollectionShareType::Type ShareType,
    ECollectionRecursionFlags::Flags RecursionMode,
    bool bFullPaths
) const

Remarks

Returns a string containing a comma separated list of collections in which the specified object exists of the specified share type

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