Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Deprecated * This struct has been deprecated.
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CameraCalibrationTypes.h |
| Include | #include "CameraCalibrationTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FDistortionHandlerPicker
Remarks
Utility structure for selecting a distortion handler from the camera calibration subsystem
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | DistortionProducerID | UObject that produces the distortion state for the desired distortion handler | |
| FString | HandlerDisplayName | Display name of the desired distortion handler | |
| TObjectPtr< UCineCameraComponent > | TargetCameraComponent | CineCameraComponent with which the desired distortion handler is associated |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | Default destructor |