unreal.ContentBrowserPathType

class unreal.ContentBrowserPathType

Bases: EnumBase

EContent Browser Path Type

C++ Source:

  • Module: ContentBrowserData

  • File: ContentBrowserDataSubsystem.h

INTERNAL: ContentBrowserPathType

Internal path compatible with asset registry and engine calls (eg,. “/PluginA/MyFile”)

Type:

1

NONE: ContentBrowserPathType

No path type set

Type:

0

VIRTUAL: ContentBrowserPathType

Virtual path for enumerating Content Browser data (eg, “/All/Plugins/PluginA/MyFile”)

Type:

2