This is the complete list of members for AZ::Component, including all inherited members.
| Activate()=0 | AZ::Component | protectedpure virtual |
| AZ_RTTI_NO_TYPE_INFO_DECL() (defined in AZ::Component) | AZ::Component | |
| AZ_TYPE_INFO_WITH_NAME_DECL_API(AZCORE_API, Component) | AZ::Component | |
| Component() | AZ::Component | |
| Deactivate()=0 | AZ::Component | protectedpure virtual |
| Entity (defined in AZ::Component) | AZ::Component | friend |
| GetConfiguration(AZ::ComponentConfig &outConfig) const | AZ::Component | |
| GetEntity() const | AZ::Component | inline |
| GetEntityId() const | AZ::Component | |
| GetId() const | AZ::Component | inline |
| GetNamedEntityId() const | AZ::Component | |
| GetSerializedIdentifier() const | AZ::Component | virtual |
| GetUnderlyingComponentType() const | AZ::Component | inlinevirtual |
| Init() | AZ::Component | inlineprotectedvirtual |
| m_entity | AZ::Component | protected |
| m_id | AZ::Component | protected |
| OnAfterEntitySet() | AZ::Component | protectedvirtual |
| ReadInConfig(const ComponentConfig *baseConfig) | AZ::Component | protectedvirtual |
| SetConfiguration(const AZ::ComponentConfig &config) | AZ::Component | |
| SetEntity(Entity *entity) | AZ::Component | protectedvirtual |
| SetId(const ComponentId &id) | AZ::Component | inline |
| SetSerializedIdentifier(AZStd::string serializedIdentifer) | AZ::Component | virtual |
| ValidateComponentRequirements(const ImmutableEntityVector &, const AZStd::unordered_set< AZ::Crc32 > &) const | AZ::Component | inlinevirtual |
| WriteOutConfig(ComponentConfig *outBaseConfig) const | AZ::Component | protectedvirtual |
| ~Component() | AZ::Component | virtual |