Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Specifies how the distortion should be rendered in the post-processing pipeline
| Name | EDistortionRenderingMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CameraCalibrationTypes.h |
| Include Path | #include "CameraCalibrationTypes.h" |
Syntax
enum EDistortionRenderingMode
{
PostProcessMaterial,
SceneViewExtension,
Preferred,
}
Values
| Name | Remarks |
|---|---|
| PostProcessMaterial | Use the plugin post process material |
| SceneViewExtension | Use the lens distortion scene view extension. |
| Preferred | Use the lens model's preferred rendering mode |