unreal.VPBookmarkCreationContext

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

Bases: unreal.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

[Read-Write] Category of the Bookmark

Type

(Name)

property concert_creator

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

Type

(str)

property display_name

[Read-Write] Name of the Bookmark

Type

(str)