Navigation
API > API/Editor > API/Editor/UnrealEd
Actions that can be applied to or completed with bookmarks. Must be registered, see IBookmarkTypeTools.
| Name | IBookmarkTypeActions |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Bookmarks/IBookmarkTypeActions.h |
| Include Path | #include "Bookmarks/IBookmarkTypeActions.h" |
Syntax
class IBookmarkTypeActions
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBookmarkTypeActions() |
Bookmarks/IBookmarkTypeActions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSubclassOf< class UBookmarkBase > GetBookmarkClass () |
Gets the class of bookmarks with which these actions can be used. | Bookmarks/IBookmarkTypeActions.h | |
void InitFromViewport
(
UBookmarkBase* InBookmark, |
Called to initialize the given bookmark from the given Viewport. | Bookmarks/IBookmarkTypeActions.h | |
void JumpToBookmark
(
UBookmarkBase* Bookmark, |
Called to jump to the given bookmark. | Bookmarks/IBookmarkTypeActions.h |