This is the complete list of members for AZ::ComponentApplication, including all inherited members.
| AddEntity(Entity *entity) override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| AddRequiredSystemComponents(AZ::Entity *systemEntity) | AZ::ComponentApplication | protected |
| AZ_CLASS_ALLOCATOR(ComponentApplication, SystemAllocator) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| AZ_RTTI(ComponentApplication, "{1F3B070F-89F7-4C3D-B5A3-8832D5BC81D7}") (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| ComponentApplication() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| ComponentApplication(int argC, char **argV) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| ComponentApplication(ComponentApplicationSettings componentAppSettings) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | explicit |
| ComponentApplication(int argC, char **argV, ComponentApplicationSettings componentAppSettings) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| ConfigureSystemAllocatorTracking() | AZ::ComponentApplication | protected |
| Create(const Descriptor &descriptor, const StartupParameters &startupParameters=StartupParameters()) | AZ::ComponentApplication | virtual |
| CreateCommon() | AZ::ComponentApplication | protected |
| CreateReflectionManager() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protectedvirtual |
| CreateStaticModules(AZStd::vector< AZ::Module * > &outModules) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protectedvirtual |
| DeleteEntity(const EntityId &id) override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| Destroy() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | virtual |
| DestroyReflectionManager() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| EnumerateEntities(const ComponentApplicationRequests::EntityCallback &callback) override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| FindEntity(const EntityId &id) override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| GetApplication() override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | inline |
| GetArgC() | AZ::ComponentApplication | |
| GetArgV() | AZ::ComponentApplication | |
| GetAzCommandLine() override | AZ::ComponentApplication | |
| GetBehaviorContext() override | AZ::ComponentApplication | |
| GetDescriptor() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | inline |
| GetEngineRoot() const override | AZ::ComponentApplication | |
| GetEntityName(const EntityId &id) override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| GetExecutableFolder() const override | AZ::ComponentApplication | |
| GetJsonRegistrationContext() override | AZ::ComponentApplication | |
| GetRequiredSystemComponents() const | AZ::ComponentApplication | inlinevirtual |
| GetSerializeContext() override | AZ::ComponentApplication | |
| GetTickDeltaTime() override | AZ::ComponentApplication | |
| GetTimeAtCurrentTick() override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| InitializeAllocatorSettings(int argc, char **argv) | AZ::ComponentApplication | protected |
| InitializeConsole(SettingsRegistryInterface &settingsRegistry) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| InitializeEventLoggerFactory() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| InitializeLifecyleEvents(SettingsRegistryInterface &settingsRegistry) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| InitializeSettingsRegistry(const ComponentApplicationSettings &componentAppSettings) | AZ::ComponentApplication | protected |
| LoadDynamicModules() | AZ::ComponentApplication | |
| LoadModules() | AZ::ComponentApplication | |
| LoadStaticModules() | AZ::ComponentApplication | |
| m_argC (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_argV (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_budgetTracker (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_commandLine (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_commandLineBuffer (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_commandLineBufferAddress (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_commandLineUpdatedHandler (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_console (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_descriptor (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_entities (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_entityActivatedEvent (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_entityAddedEvent (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_entityDeactivatedEvent (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_entityRemovedEvent (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_eventLoggerFactory (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_isStarted (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_lastTickTime (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_moduleManager (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_nameDictionary (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_osAllocator (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_projectNameChangedHandler (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_projectPathChangedHandler (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_recordMetricsOnTickCallback (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_settingsRegistry (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_settingsRegistryConsoleFunctors (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_settingsRegistryOriginTracker (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_settingsRegistryOriginTrackerConsoleFunctors (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_startupParameters (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| m_systemEntity | AZ::ComponentApplication | protected |
| m_timeSystem (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| MergeSettingsToRegistry(SettingsRegistryInterface ®istry) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protectedvirtual |
| MergeSharedSettings(SettingsRegistryInterface ®istry, const AZ::SettingsRegistryInterface::Specializations &specializations, AZStd::vector< char > &scratchBuffer) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| MergeUserSettings(SettingsRegistryInterface ®istry, const AZ::SettingsRegistryInterface::Specializations &specializations, AZStd::vector< char > &scratchBuffer) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| NormalizePath(Iterator begin, Iterator end, bool doLowercase=true) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | inlineprotectedstatic |
| PreModuleLoad() | AZ::ComponentApplication | inlineprotectedvirtual |
| QueryApplicationType(AZ::ApplicationTypeQuery &appType) const override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| RecordMetricsCallback typedef | AZ::ComponentApplication | protected |
| Reflect(ReflectContext *context) (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protectedvirtual |
| RegisterComponentDescriptor(const ComponentDescriptor *descriptor) final (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| RegisterCoreComponents() | AZ::ComponentApplication | inlineprotectedvirtual |
| RegisterCoreEventLogger() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| RegisterEntityActivatedEventHandler(EntityActivatedEvent::Handler &handler) final (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| RegisterEntityAddedEventHandler(EntityAddedEvent::Handler &handler) final (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| RegisterEntityDeactivatedEventHandler(EntityDeactivatedEvent::Handler &handler) final (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| RegisterEntityRemovedEventHandler(EntityRemovedEvent::Handler &handler) final (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| RemoveEntity(Entity *entity) override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| ReportBadEngineRoot() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| ResolveModulePath(AZ::OSString &modulePath) override | AZ::ComponentApplication | |
| SetEntityName(const EntityId &id, const AZStd::string_view name) override (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| SetSettingsRegistrySpecializations(SettingsRegistryInterface::Specializations &specializations) | AZ::ComponentApplication | protectedvirtual |
| ShouldAddSystemComponent(AZ::ComponentDescriptor *descriptor) | AZ::ComponentApplication | protected |
| SignalEntityActivated(Entity *entity) final (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| SignalEntityDeactivated(Entity *entity) final (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| Tick() | AZ::ComponentApplication | virtual |
| TickSystem() | AZ::ComponentApplication | virtual |
| TickTimepoint typedef (defined in AZ::ComponentApplication) | AZ::ComponentApplication | protected |
| UnregisterComponentDescriptor(const ComponentDescriptor *descriptor) final (defined in AZ::ComponentApplication) | AZ::ComponentApplication | |
| ~ComponentApplication() (defined in AZ::ComponentApplication) | AZ::ComponentApplication | virtual |