IBookmarkTypeTools::UnregisterBookmarkTypeActions

Unregisters the given Bookmark Type Actions so they are no longer considered by the editor.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "Bookmarks/IBookmarkTypeTools.h"

Syntax

void UnregisterBookmarkTypeActions
(
    const TSharedRef< class IBookmarkTypeActions > & InActions
)

Remarks

Unregisters the given Bookmark Type Actions so they are no longer considered by the editor.

Parameters

Parameter

Description

InActions

The Actions to unregister.

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