Open 3D Engine AzToolsFramework 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.
AzToolsFramework::ComponentModeFramework::ComponentData Struct Reference

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.
 

Detailed Description

Struct containing relevant information about component for the switcher.


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