Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IBookmarkTypeTools
Description
Compacts the available bookmarks into mapped spaces. Does nothing if all mapped spaces are already filled, or if no bookmarks exist that are not mapped.
| Name | CompactBookmarks |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Bookmarks/IBookmarkTypeTools.h |
| Include Path | #include "Bookmarks/IBookmarkTypeTools.h" |
void CompactBookmarks
(
class FEditorViewportClient * InViewportClient
) const
Parameters
| Name | Remarks |
|---|---|
| InViewportClient | Level editor viewport client used to reference the world which owns the bookmarks. |