IBookmarkTypeActions

Actions that can be applied to or completed with bookmarks.

Windows
MacOS
Linux

Inheritance Hierarchy

IBookmarkTypeActions

FBookMarkTypeActions

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Bookmarks/IBookmarkTypeActions.h

Include

#include "Bookmarks/IBookmarkTypeActions.h"

Syntax

class IBookmarkTypeActions

Remarks

Actions that can be applied to or completed with bookmarks. Must be registered, see IBookmarkTypeTools.

Destructors

Name Description

Public function Virtual

~IBookmarkTypeActions()

Functions

Name Description

Public function

TSubclassOf<...

 

GetBookmarkClass()

Gets the class of bookmarks with which these actions can be used.

Public function

void

 

InitFromViewport

(
    UBookmarkBase* InBookmark,
    FEditorViewportClient& InViewportC...
)

Called to initialize the given bookmark from the given Viewport.

Public function

void

 

JumpToBookmark

(
    UBookmarkBase* Bookmark,
    const TSharedPtr< struct FBookmarkB...,
    FEditorViewportClient& InViewportC...
)

Called to jump to the given bookmark.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss