Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Description
Attempt to append any package name for this item to the given string.
Used when copying item package name to the clipboard.
| Name | AppendItemPackageName |
| 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 AppendItemPackageName
(
FString & InOutStr
) const
True if references were appended, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InOutStr | The string to append to (LINE_TERMINATOR delimited). |