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