FContentBrowserItem::AppendItemReference

Attempt to append any path references for this item to the given string.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h

Include

#include "ContentBrowserItem.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp

Syntax

bool AppendItemReference
(
    FString & InOutStr
) const

Remarks

Attempt to append any path references for this item to the given string. @note Used when copying item references to the clipboard.

Returns

True if references were appended, false otherwise.

Parameters

Parameter

Description

InOutStr

The string to append to (LINE_TERMINATOR delimited).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss