FContentBrowserItem::TryGetCollectionId

Attempt to retrieve the identifier that should be used when storing a reference to this item within a collection.

Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItem > TryGetCollectionId

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h
Include #include "ContentBrowserItem.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp
bool TryGetCollectionId
(
    [FSoftObjectPath](API\Runtime\CoreUObject\UObject\FSoftObjectPath) & OutCollectionId
) const

Remarks

Attempt to retrieve the identifier that should be used when storing a reference to this item within a collection. True if the ID was retrieved, false otherwise.

Parameters

Name Description
InOutStr The collection ID to fill.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library