unreal.VPBookmarkCreationContext

class unreal.VPBookmarkCreationContext(concert_creator: str = '', category_name: Name = 'None', display_name: str = '')

Bases: StructBase

VPBookmark Creation Context

C++ Source:

  • Plugin: VirtualProductionUtilities

  • Module: VPBookmark

  • File: VPBookmarkContext.h

Editor Properties: (see get_editor_property/set_editor_property)

  • category_name (Name): [Read-Write] Category of the Bookmark

  • concert_creator (str): [Read-Write] Username of the Concert client who is creating this bookmark.

  • display_name (str): [Read-Write] Name of the Bookmark

property category_name: Name

[Read-Write] Category of the Bookmark

Type:

(Name)

property concert_creator: str

[Read-Write] Username of the Concert client who is creating this bookmark.

Type:

(str)

property display_name: str

[Read-Write] Name of the Bookmark

Type:

(str)