Open 3D Engine AzCore 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.
AZ::Android::AndroidEnv::Descriptor Struct Reference

Creation POD for the AndroidEnv. More...

#include <AndroidEnv.h>

Public Attributes

JavaVM * m_jvm
 Global pointer to the Java virtual machine.
 
jobject m_activityRef
 Local or global reference to the activity instance.
 
AAssetManager * m_assetManager
 Global pointer to the Android asset manager, used for APK file i/o.
 
AConfiguration * m_configuration
 Global pointer to the configuration of the device, e.g. orientation, screen density, locale, etc.
 
AZ::OSString m_appPrivateStoragePath
 Access restricted location. E.G. /data/data/<package_name>/files.
 
AZ::OSString m_appPublicStoragePath
 Public storage specifically for the application. E.G. <public_storage>/Android/data/<package_name>/files.
 
AZ::OSString m_obbStoragePath
 Public storage specifically for the application's obb files. E.G. <public_storage>/Android/obb/<package_name>/files.
 

Detailed Description

Creation POD for the AndroidEnv.


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