Struct containing relevant information about component for the switcher. More...
#include <ComponentModeSwitcher.h>
Public Member Functions | |
| ComponentData (AZ::EntityComponentIdPair pairId) | |
| const AZ::Component * | FindComponent () const |
Public Attributes | |
| AZ::EntityComponentIdPair | m_pairId |
| Id of entity component pair. | |
| AZStd::string | m_componentName |
| Friendly name of component. | |
| AZStd::string | m_iconPath |
| Path of component icon. | |
| ViewportUi::ButtonId | m_buttonId |
| Button Id of switcher component. | |
Struct containing relevant information about component for the switcher.