Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Image Center Point Info struct
| Name | FImageCenterPointInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensData.h |
| Include Path | #include "LensData.h" |
Syntax
USTRUCT (BlueprintType )
struct FImageCenterPointInfo : public FDataTablePointInfoBase
Inheritance Hierarchy
- FDataTablePointInfoBase → FImageCenterPointInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LensData.h | |||
FImageCenterPointInfo
(
const float InFocus, |
LensData.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeInfo | FImageCenterInfo | LensData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImageCenterInfo | FImageCenterInfo | Image Center parameter | LensData.h |
|