Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
Include |
#include "ContentBrowserDataSubsystem.h" |
enum EContentBrowserPathType
{
None,
Internal,
Virtual,
}
Name |
Description |
---|---|
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") |