Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData
Inheritance Hierarchy
- IContentBrowserItemDataPayload
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
Include | #include "ContentBrowserItemData.h" |
Syntax
class IContentBrowserItemDataPayload
Remarks
Interface used to store any data source defined payload data that is required to operate on the underlying thing that a Content Browser item represents.
This is deliberately opaque as only the owner data source should know what it is.
Destructors
Type | Name | Description |
---|---|---|
~IContentBrowserItemDataPayload () |