Menu
Lumberyard
C++ API Reference (Version 1.10)

AZ::ComponentApplication Member List

Open 3D Engine (O3DE), the successor to Lumberyard, is now available in Developer Preview. Download O3DE or visit the AWS Game Tech blog to learn more.

This is the complete list of members for AZ::ComponentApplication , including all inherited members.

AddEntity (Entity *entity) override AZ::ComponentApplication
AddRequiredSystemComponents (AZ::Entity *systemEntity) AZ::ComponentApplication protected
CalculateExecutablePath () AZ::ComponentApplication protected
ComponentApplication () AZ::ComponentApplication
Create (const char *applicationDescriptorFile, const StartupParameters &startupParameters=StartupParameters()) AZ::ComponentApplication virtual
Create (const Descriptor &descriptor, const StartupParameters &startupParameters=StartupParameters()) AZ::ComponentApplication virtual
CreateStaticModulesCallback typedef AZ::ComponentApplication
DeleteEntity (const EntityId &id) override AZ::ComponentApplication
Destroy () AZ::ComponentApplication virtual
EnumerateEntities (const ComponentApplicationRequests::EntityCallback &callback) override AZ::ComponentApplication
EnumerateModules (EnumerateModulesCallback cb) override AZ::ComponentApplication
FindEntity (const EntityId &id) override AZ::ComponentApplication
GetApplication () override AZ::ComponentApplication inline
GetAppRoot () override AZ::ComponentApplication inline
GetBehaviorContext () override AZ::ComponentApplication inline
GetDescriptor () AZ::ComponentApplication inline
GetDrillerManager () override AZ::ComponentApplication inline
GetEntityName (const EntityId &id) override AZ::ComponentApplication
GetExecutableFolder () override AZ::ComponentApplication inline
GetFullPathForDescriptor (const char *descriptorPath) AZ::ComponentApplication protected
GetRequiredSystemComponents () const AZ::ComponentApplication virtual
GetSerializeContext () override AZ::ComponentApplication inline
GetTickDeltaTime () override AZ::ComponentApplication
GetTimeAtCurrentTick () override AZ::ComponentApplication
InitDynamicModules () AZ::ComponentApplication protected virtual
InitModule (AZ::Module &module) AZ::ComponentApplication protected virtual
InitStaticModules () AZ::ComponentApplication protected virtual
IsModuleLoaded (const Descriptor::DynamicModuleDescriptor &moduleDescriptor) AZ::ComponentApplication
LoadDynamicModule (const Descriptor::DynamicModuleDescriptor &moduleDescriptor) AZ::ComponentApplication virtual
LoadModuleOutcome typedef AZ::ComponentApplication
m_behaviorContext AZ::ComponentApplication protected
m_currentTime AZ::ComponentApplication protected
m_deltaTime AZ::ComponentApplication protected
m_descriptor AZ::ComponentApplication protected
m_drillerManager AZ::ComponentApplication protected
m_entities AZ::ComponentApplication protected
m_exeDirectory AZ::ComponentApplication protected
m_isOSAllocatorOwner AZ::ComponentApplication protected
m_isStarted AZ::ComponentApplication protected
m_isSystemAllocatorOwner AZ::ComponentApplication protected
m_memoryBlock AZ::ComponentApplication protected
m_modules AZ::ComponentApplication protected
m_osAllocator AZ::ComponentApplication protected
m_serializeContext AZ::ComponentApplication protected
m_startupParameters AZ::ComponentApplication protected
OnEntityLoaded (void *classPtr, const AZ::Uuid &classId, const AZ::SerializeContext *sc, AZ::Entity **systemEntity) AZ::ComponentApplication protected
ReflectSerialize () AZ::ComponentApplication protected virtual
RegisterComponentDescriptor (const ComponentDescriptor *descriptor) override AZ::ComponentApplication
RegisterCoreComponents () AZ::ComponentApplication protected virtual
RemoveEntity (Entity *entity) override AZ::ComponentApplication
ResolveModulePath (AZ::OSString &modulePath) AZ::ComponentApplication virtual
ShutdownAllModules () AZ::ComponentApplication protected virtual
Tick (float deltaOverride=-1.f) AZ::ComponentApplication virtual
TickSystem () AZ::ComponentApplication virtual
UnregisterComponentDescriptor (const ComponentDescriptor *descriptor) override AZ::ComponentApplication
WriteApplicationDescriptor (const char *fileName) AZ::ComponentApplication
~ComponentApplication () AZ::ComponentApplication virtual