Open 3D Engine Vegetation Gem 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.
Vegetation::LevelSettingsComponent Class Reference

Inherits AZ::Component, and LevelSettingsRequestBus::Handler.

Public Member Functions

 AZ_COMPONENT (LevelSettingsComponent, LevelSettingsComponentTypeId)
 
 LevelSettingsComponent (const LevelSettingsConfig &configuration)
 
void Init () override
 
void Activate () override
 
void Deactivate () override
 
bool ReadInConfig (const AZ::ComponentConfig *baseConfig) override
 
bool WriteOutConfig (AZ::ComponentConfig *outBaseConfig) const override
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &services)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &services)
 

Protected Member Functions

void UpdateSystemConfig ()
 
AreaSystemConfigGetAreaSystemConfig () override
 
InstanceSystemConfigGetInstanceSystemConfig () override
 

Protected Attributes

LevelSettingsConfig m_configuration
 
AreaSystemConfig m_previousAreaSystemConfig
 
InstanceSystemConfig m_previousInstanceSystemConfig
 
bool m_componentActivated = false
 
bool m_active = false
 

Friends

template<typename , typename >
class LmbrCentral::EditorWrappedComponentBase
 

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