unreal.VPBookmark

class unreal.VPBookmark(outer: Object | None = None, name: Name | str = 'None')

Bases: BookmarkBase

C++ Source:

  • Plugin: VirtualProductionUtilities

  • Module: VPBookmark

  • File: VPBookmark.h

Editor Properties: (see get_editor_property/set_editor_property)

  • cached_viewport_data (VPBookmarkViewportData): [Read-Only]

  • creation_context (VPBookmarkCreationContext): [Read-Only]

property cached_viewport_data: VPBookmarkViewportData

[Read-Only]

Type:

(VPBookmarkViewportData)

property creation_context: VPBookmarkCreationContext

[Read-Only]

Type:

(VPBookmarkCreationContext)

get_associated_bookmark_actor() Actor

Get Associated Bookmark Actor

Return type:

Actor

get_bookmark_index() int32

Get Bookmark Index

Return type:

int32

get_display_name() Text

Get Display Name

Return type:

Text

is_active() bool

Is Active

Return type:

bool