UContentBrowserDataSource::AppendItemReference

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

Unreal Engine C++ API Reference > Editor > ContentBrowserData > UContentBrowserDataSource

  • UContentBrowserDataSource::AppendItemReference()

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h
Include #include "ContentBrowserDataSource.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp
virtual bool AppendItemReference
(
    const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) & InItem,
    [FString](API\Runtime\Core\Containers\FString) & InOutStr
)

Remarks

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

Used when copying item references to the clipboard. True if references were appended, false otherwise.

Parameters

Name Description
InItem The item to query.
InOutStr The string to append to (LINE_TERMINATOR delimited).

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library