Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Parameters for the crosshair shader
| Name | FCrosshairOverlayParams |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/OverlayRendering.h |
| Include Path | #include "OverlayRendering.h" |
Syntax
struct FCrosshairOverlayParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CrosshairColor | FVector4f | Color to draw the crosshair | OverlayRendering.h | |
| GapSizeInPixels | float | Size of the gap in the center of the crosshair (in pixels) | OverlayRendering.h | |
| LengthInPixels | float | Length of one side of the crosshair (in pixels) | OverlayRendering.h | |
| PrincipalPoint | FVector2f | Normalized image center of the lens where the crosshair will be centered | OverlayRendering.h |