FBookMarkTypeActions::InitFromViewport

Called to initialize the given bookmark from the given Viewport.

Windows
MacOS
Linux

Override Hierarchy

IBookmarkTypeActions::InitFromViewport()

FBookMarkTypeActions::InitFromViewport()

References

Module

UnrealEd

Header

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

Include

#include "Bookmarks/BookMarkTypeActions.h"

Syntax

virtual void InitFromViewport
(
    UBookmarkBase * InBookmark,
    FEditorViewportClient & InViewportClient
)

Remarks

Called to initialize the given bookmark from the given Viewport.

Parameters

Parameter

Description

InBookmark

The bookmark to initialize.

InViewportClient

The client that can be used for initialization.

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