Navigation
API > API/Editor > API/Editor/ContentBrowserData
| |
|
| Name |
EContentBrowserPathType |
| Type |
enum |
| Header File |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path |
#include "ContentBrowserDataSubsystem.h" |
Syntax
enum EContentBrowserPathType
{
None,
Internal,
Virtual,
}
Values
| Name |
Remarks |
| None |
No path type set |
| Internal |
Internal path compatible with asset registry and engine calls (eg,. "/PluginA/MyFile") |
| Virtual |
Virtual path for enumerating Content Browser data (eg, "/All/Plugins/PluginA/MyFile") |