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::MeshHandleDescriptor Struct Reference

Settings to apply to a mesh handle when acquiring it for the first time. More...

#include <MeshFeatureProcessorInterface.h>

Public Types

using RequiresCloneCallback = AZStd::function< bool(const Data::Asset< RPI::ModelAsset > &modelAsset)>
 

Public Attributes

Data::Asset< RPI::ModelAssetm_modelAsset
 
RequiresCloneCallback m_requiresCloneCallback = {}
 
bool m_isRayTracingEnabled = true
 
bool m_useForwardPassIblSpecular = false
 
bool m_isAlwaysDynamic = false
 
bool m_excludeFromReflectionCubeMaps = false
 

Detailed Description

Settings to apply to a mesh handle when acquiring it for the first time.


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