component that stores a vector of View bookmarks stored in the prefab. so they can be shared in version control easily. More...
#include <SharedViewBookmarkComponent.h>
Inherits AzToolsFramework::Components::EditorComponentBase.
Public Member Functions | |
| AZ_EDITOR_COMPONENT (SharedViewBookmarkComponent, ViewBookmarkComponentTypeId, EditorComponentBase) | |
| AZStd::optional< ViewBookmark > | GetBookmarkAtIndex (int index) const |
| void | AddBookmark (ViewBookmark viewBookmark) |
| bool | RemoveBookmarkAtIndex (int index) |
| bool | ModifyBookmarkAtIndex (int index, const ViewBookmark &newBookmark) |
Public Member Functions inherited from AzToolsFramework::Components::EditorComponentBase | |
| AZ_RTTI (EditorComponentBase, "{D5346BD4-7F20-444E-B370-327ACD03D4A0}", AZ::Component) | |
| EditorComponentBase () | |
| void | SetDirty () |
| virtual void | Init () override |
| virtual void | Activate () override |
| virtual void | Deactivate () override |
| void | OnAfterEntitySet () override final |
| void | SetSerializedIdentifier (AZStd::string serializedIdentifier) override final |
| AZStd::string | GetSerializedIdentifier () const override final |
| AZ::TransformInterface * | GetTransform () const |
| AZ::Transform | GetWorldTM () const |
| AZ::Transform | GetLocalTM () const |
| bool | IsSelected () const |
| void | InvalidatePropertyDisplay (AzToolsFramework::PropertyModificationRefreshLevel refreshFlags) |
| virtual void | BuildGameEntity (AZ::Entity *) |
| virtual void | SetPrimaryAsset (const AZ::Data::AssetId &) |
| virtual void | AddContextMenuActions (QMenu *) |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Static Public Member Functions inherited from AzToolsFramework::Components::EditorComponentBase | |
| static void | Reflect (AZ::ReflectContext *context) |
Static Public Attributes | |
| static constexpr AZ::TypeId | ViewBookmarkComponentTypeId { "{6959832F-9382-4C7D-83AC-380DA9F138DE}" } |
component that stores a vector of View bookmarks stored in the prefab. so they can be shared in version control easily.