TryGetCollectionId

Overload list

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

  Type Name Description
Public function Virtual bool

TryGetCollectionId ( const FContentBrowserItemData& InItem,
FSoftObjectPath& OutCollectionId
)

Attempt to retrieve the identifier that should be used when storing a reference to the given item within a collection.
Public function bool

TryGetCollectionId ( const FContentBrowserItemData& InItem,
FName& OutCollectionId
)

FNames containing full object paths are deprecated. Use FSoftObjectPath instead.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page