FDistortionTable::AddPoint

Adds a new point in the table

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/DistortionParametersTable.h

Include

#include "Tables/DistortionParametersTable.h"

Source

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/Tables/DistortionParametersTable.cpp

Syntax

bool AddPoint
(
    float InFocus,
    float InZoom,
    const FDistortionInfo & InData,
    float InputTolerance,
    bool bIsCalibrationPoint
)

Remarks

Adds a new point in the table

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss