This struct stores gem related information.
More...
#include <GemInfo.h>
|
|
| AZ_CLASS_ALLOCATOR (GemInfo, AZ::SystemAllocator) |
| |
|
| GemInfo (AZStd::string name) |
| |
|
|
static constexpr const char * | GetGemAssetFolder () |
| |
|
static constexpr const char * | GetGemRegistryFolder () |
| |
|
|
AZStd::string | m_gemName |
| | The name of the gem as seen in the gem.json.
|
| |
|
AZStd::vector< AZStd::string > | m_gemTargetNames |
| | The target name of loaded modules from the gem.
|
| |
|
AZStd::vector< AZ::IO::Path > | m_absoluteSourcePaths |
| | Where the gem's source path folder are located(as an absolute path)
|
| |
This struct stores gem related information.
The documentation for this struct was generated from the following file:
- Code/Framework/AzFramework/AzFramework/Gem/GemInfo.h