Open 3D Engine GraphCanvas Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
GraphCanvas::BookmarkManagerRequests Class Referenceabstract

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AZ::EntityId
 

Public Member Functions

virtual bool CreateBookmarkAnchor (const AZ::Vector2 &position, int bookmarkIndex)=0
 
virtual void RegisterBookmark (const AZ::EntityId &bookmarkId)=0
 
virtual void UnregisterBookmark (const AZ::EntityId &bookmarkId)=0
 
virtual bool IsBookmarkRegistered (const AZ::EntityId &bookmarkId) const =0
 
virtual AZ::EntityId FindBookmarkForShortcut (int shortcut) const =0
 
virtual bool RequestShortcut (const AZ::EntityId &bookmarkId, int shortcut)=0
 
virtual void ActivateShortcut (int index)=0
 
virtual void JumpToBookmark (const AZ::EntityId &bookmarkId)=0
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

The documentation for this class was generated from the following file: