FEditorModeTools::JumpToBookmark

Activates a bookmark from the list. Retrieves a bookmark from the list.

Windows
MacOS
Linux

Deprecated

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h

Include

#include "EditorModeManager.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorModeManager.cpp

Syntax

void JumpToBookmark
(
    uint32 InIndex,
    bool bShouldRestoreLevelVisibility,
    FEditorViewportClient * InViewportClient
)

Remarks

Activates a bookmark from the list.

Retrieves a bookmark from the list.

Parameters

Parameter

Description

InIndex

Index of the bookmark to set.

Set

to true to restore the visibility of any streaming levels.

InViewportClient

Level editor viewport client used to reference the world which owns the bookmark.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss