Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensFileRendering.h |
| Include | #include "LensFileRendering.h" |
Syntax
struct FDisplacementMapBlendPatchCorner
Remarks
Corner of the blending patch which stores x and y values and x and y tangents
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | TangentX | Tangent in the x direction of the corner | |
| float | TangentY | Tangent in the y direction of the corner | |
| float | X | X coordinate of the corner | |
| float | Y | Y coordinate of the corner |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDisplacementMapBlendPatchCorner
(
float InX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector4f | ToVector () |
Converts the patch corner values to a vector |