unreal.DirectoryPath

class unreal.DirectoryPath(path: str = '')

Bases: StructBase

Structure for directory paths that are displayed in the editor with a picker UI.

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • path (str): [Read-Write] The path to the directory.

property path: str

[Read-Write] The path to the directory.

Type:

(str)