struct that stores a vector of View bookmarks. More...
#include <SharedViewBookmarkComponent.h>
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (EditorViewBookmarks, AZ::SystemAllocator) | |
| AZ_TYPE_INFO (EditorViewBookmarks, "{EA0B8FF9-F706-4115-8226-E3F54F1EE8A1}") | |
| AZStd::string | GetBookmarkLabel (int index) const |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Public Attributes | |
| AZStd::vector< ViewBookmark > | m_viewBookmarks |
struct that stores a vector of View bookmarks.