Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Bookmarks > API/Editor/UnrealEd/Bookmarks/FBookmarkSingleViewportActions
- IBookmarkTypeActions::JumpToBookmark()
- FBookMarkTypeActions::JumpToBookmark()
- FBookmarkSingleViewportActions::JumpToBookmark()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Bookmarks/BookmarkSingleViewportActions.h |
| Include | #include "Bookmarks/BookmarkSingleViewportActions.h" |
virtual void JumpToBookmark
&40;
UBookmarkBase &42; Bookmark,
const TSharedPtr< struct FBookmarkBaseJumpToSettings > InSettings,
FEditorViewportClient & InViewportClient
&41;
Remarks
Called to jump to the given bookmark.
Parameters
| Name | 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. |