Navigation
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. |