IBookmarkTypeTools::JumpToBookmark

Jumps to a bookmark from the list.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Bookmarks/IBookmarkTypeTools.h

Include

#include "Bookmarks/IBookmarkTypeTools.h"

Syntax

void JumpToBookmark
(
    const uint32 InIndex,
    const TSharedPtr< struct FBookmarkBaseJumpToSettings > InSettings,
    class FEditorViewportClient * InViewportClient
) const

Remarks

Jumps to a bookmark from the list.

Parameters

Parameter

Description

InIndex

Index of the bookmark to set.

InSettings

Settings to used when jumpting to the bookmark.

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