unreal.FilePath

class unreal.FilePath(file_path='')

Bases: unreal.StructBase

Structure for file 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)

  • file_path (str): [Read-Write] File Path: The path to the file.

property file_path

[Read-Write] File Path: The path to the file.

Type

(str)