Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem > API/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
&40;
FSoftObjectPath & OutCollectionId
&41; 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. |