unreal.ContentBrowserPathType

class unreal.ContentBrowserPathType

Bases: unreal.EnumBase

EContent Browser Path Type

C++ Source:

  • Module: ContentBrowserData

  • File: ContentBrowserDataSubsystem.h

INTERNAL

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

Type

1

NONE

No path type set

Type

0

VIRTUAL

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

Type

2