Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItemData
Description
Get the pointer to the data source that manages the thing represented by this item.
This is usually set for valid items, but may be null in rare circumstances (ie, creating a dummy placeholder item with no owner).
| Name | GetOwnerDataSource |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp |
UContentBrowserDataSource * GetOwnerDataSource() const