# Enums
# ESimplygonMetaTagType
Metatags to provide hit to the Simplygon integration when processing.
| Key | Value | Comment | 
|---|---|---|
| None | 0x00000000 | No tags | 
| Process | 0x00000001 | Tag that indicates that object should be placed in process selection set | 
| Occluder | 0x00000002 | Tag that indicates that object is and occluder and place in the occluder set | 
| ClippingGeometry | 0x00000003 | Tag that indicates that object is a clipping geometry and place in the clipping geometry set | 
| Camera | 0x00000004 | Tag that indicates that object is a camera to use for visibility passes | 
| CameraPath | 0x00000005 | Tag that indicates that object is a camera path for use in visibiliy passes | 
