Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Bookmarks > IBookmarkTypeTools
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Bookmarks/IBookmarkTypeTools.h |
Include | #include "Bookmarks/IBookmarkTypeTools.h" |
void ClearBookmark
&40;
const uint32 InIndex,
class FEditorViewportClient &42; InViewportClient
&41; const
Remarks
Clears a bookmark from the list.
Parameters
Name | Description |
---|---|
InIndex | Index of the bookmark to clear. |
InViewportClient | Level editor viewport client used to reference the world which owns the bookmark. |