Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FBookMarkTypeActions |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Bookmarks/BookMarkTypeActions.h |
| Include Path | #include "Bookmarks/BookMarkTypeActions.h" |
Syntax
class FBookMarkTypeActions : public IBookmarkTypeActions
Implements Interfaces
Derived Classes
Functions
Public
Overridden from IBookmarkTypeActions
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSubclassOf< class UBookmarkBase > GetBookmarkClass () |
Gets the class of bookmarks with which these actions can be used. | Bookmarks/BookMarkTypeActions.h | |
virtual void InitFromViewport
(
UBookmarkBase* InBookmark, |
Called to initialize the given bookmark from the given Viewport. | Bookmarks/BookMarkTypeActions.h | |
virtual void JumpToBookmark
(
UBookmarkBase* Bookmark, |
Called to jump to the given bookmark. | Bookmarks/BookMarkTypeActions.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyBookmarkToViewportClient
(
UBookMark* InBookmark, |
Bookmarks/BookMarkTypeActions.h |