Open 3D Engine AtomLyIntegration 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.
AZ::Render::ReflectionProbeComponentConfig Class Referencefinal

Inherits AZ::ComponentConfig.

Public Member Functions

 AZ_RTTI (AZ::Render::ReflectionProbeComponentConfig, "{D61730A1-CAF5-448C-B2A3-50D5DC909F31}", ComponentConfig)
 
 AZ_CLASS_ALLOCATOR (ReflectionProbeComponentConfig, SystemAllocator)
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

float m_outerHeight = DefaultReflectionProbeExtents
 
float m_outerLength = DefaultReflectionProbeExtents
 
float m_outerWidth = DefaultReflectionProbeExtents
 
float m_innerHeight = DefaultReflectionProbeExtents
 
float m_innerLength = DefaultReflectionProbeExtents
 
float m_innerWidth = DefaultReflectionProbeExtents
 
bool m_useParallaxCorrection = true
 
bool m_showVisualization = true
 
bool m_useBakedCubemap = true
 
CubeMapSpecularQualityLevel m_bakedCubeMapQualityLevel = CubeMapSpecularQualityLevel::Medium
 
AZStd::string m_bakedCubeMapRelativePath
 
Data::Asset< RPI::StreamingImageAsset > m_bakedCubeMapAsset
 
Data::Asset< RPI::StreamingImageAsset > m_authoredCubeMapAsset
 
AZ::u64 m_entityId { EntityId::InvalidEntityId }
 
float m_renderExposure = 0.0f
 
float m_bakeExposure = 0.0f
 

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