Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Description
Attempt to append any object path for this item to the given string.
Used when copying item object path to the clipboard.
| Name | AppendItemObjectPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool AppendItemObjectPath
(
FString & InOutStr
) const
True if references were appended, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InOutStr | The string to append to (LINE_TERMINATOR delimited). |