Open 3D Engine Atom 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::CubeMapCaptureFeatureProcessorInterface Class Referenceabstract

Inherits AZ::RPI::FeatureProcessor.

Inherited by AZ::Render::CubeMapCaptureFeatureProcessor.

Public Member Functions

 AZ_RTTI (AZ::Render::CubeMapCaptureFeatureProcessorInterface, "{77C6838D-6693-4CF4-9FFC-8110C4551761}", AZ::RPI::FeatureProcessor)
 
virtual CubeMapCaptureHandle AddCubeMapCapture (const AZ::Transform &transform)=0
 
virtual void RemoveCubeMapCapture (CubeMapCaptureHandle &cubeMapCapture)=0
 
virtual void SetTransform (const CubeMapCaptureHandle &cubeMapCapture, const AZ::Transform &transform)=0
 
virtual void SetExposure (const CubeMapCaptureHandle &cubeMapCapture, float exposure)=0
 
virtual void SetRelativePath (const CubeMapCaptureHandle &cubeMapCapture, const AZStd::string &relativePath)=0
 
virtual void RenderCubeMap (const CubeMapCaptureHandle &cubeMapCapture, RenderCubeMapCallback callback, const AZStd::string &relativePath)=0
 
virtual bool IsCubeMapReferenced (const AZStd::string &relativePath)=0
 
- Public Member Functions inherited from AZ::RPI::FeatureProcessor
 AZ_RTTI (FeatureProcessor, "{B8027170-C65C-4237-964D-B557FC9D7575}")
 
 AZ_CLASS_ALLOCATOR (FeatureProcessor, AZ::SystemAllocator)
 
SceneGetParentScene () const
 
virtual void Activate ()
 Perform any necessary activation and gives access to owning Scene.
 
virtual void Deactivate ()
 Perform any necessary deactivation.
 
virtual void ApplyRenderPipelineChange (RenderPipeline *pipeline)
 
virtual void AddRenderPasses (RenderPipeline *pipeline)
 
virtual void PrepareViews (const PrepareViewsPacket &, AZStd::vector< AZStd::pair< PipelineViewTag, ViewPtr > > &)
 
virtual void Simulate (const SimulatePacket &)
 
virtual void Render (const RenderPacket &)
 
virtual void OnEndCulling (const RenderPacket &)
 
virtual void OnRenderEnd ()
 

Additional Inherited Members

- Protected Member Functions inherited from AZ::RPI::FeatureProcessor
void EnableSceneNotification ()
 
void DisableSceneNotification ()
 

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