FBookMarkTypeActions::JumpToBookmark

Called to jump to the given bookmark.

Windows
MacOS
Linux

Override Hierarchy

IBookmarkTypeActions::JumpToBookmark()

FBookMarkTypeActions::JumpToBookmark()

References

Module

UnrealEd

Header

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

Include

#include "Bookmarks/BookMarkTypeActions.h"

Syntax

virtual void JumpToBookmark
(
    UBookmarkBase * Bookmark,
    const TSharedPtr< struct FBookmarkBaseJumpToSettings > InSettings,
    FEditorViewportClient & InViewportClient
)

Remarks

Called to jump to the given bookmark.

Parameters

Parameter

Description

InBookmark

The bookmark that should be jumped to / activated.

InSettings

Optional settings, dependent on the bookmark class.

InViewportClient

The viewport that will be updated.

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