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::EntityAndComponentMode Struct Reference

Encapsulates an Entity and its active ComponentMode. More...

#include <EditorComponentModeBus.h>

Public Member Functions

 EntityAndComponentMode (AZ::EntityId entityId, AZStd::unique_ptr< ComponentMode > componentMode)
 Constructor to bind an EntityId to a ComponentMode.
 

Public Attributes

AZ::EntityId m_entityId
 The Entity Id associated with this ComponentMode.
 
AZStd::unique_ptr< ComponentModem_componentMode
 The ComponentMode currently active for this Entity.
 

Detailed Description

Encapsulates an Entity and its active ComponentMode.


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