unreal.PSDFileLayerId

class unreal.PSDFileLayerId(index: int = 0, name: str = '')

Bases: StructBase

PSDFile Layer Id

C++ Source:

  • Plugin: PSDImporter

  • Module: PSDImporter

  • File: PSDFile.h

Editor Properties: (see get_editor_property/set_editor_property)

  • index (int32): [Read-Only] Maps to the layer index in the PSD file.

  • name (str): [Read-Only]

property index: int

[Read-Only] Maps to the layer index in the PSD file.

Type:

(int32)

property name: str

[Read-Only]

Type:

(str)