unreal.ZoneLaneProfileRef

class unreal.ZoneLaneProfileRef(name='None', id=[])

Bases: unreal.StructBase

Reference to a lane profile.

C++ Source:

  • Plugin: ZoneGraph

  • Module: ZoneGraph

  • File: ZoneGraphTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • id (Guid): [Read-Write] ID

  • name (Name): [Read-Write] Name

property id

[Read-Write] ID

Type

(Guid)

property name

[Read-Write] Name

Type

(Name)