Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Spherical lens model, using spherical lens distortion parameters
| Name | USphericalLensModel |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Models/SphericalLensModel.h |
| Include Path | #include "Models/SphericalLensModel.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Meta=(DisplayName="Spherical Lens Model"))
class USphericalLensModel : public ULensModel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULensModel → USphericalLensModel
Functions
Public
Overridden from ULensModel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetModelName() |
Get the lens model name | Models/SphericalLensModel.h | |
virtual UScriptStruct * GetParameterStruct() |
Get the struct of distortion parameters supported by this model | Models/SphericalLensModel.h | |
virtual FName GetShortModelName() |
Get the lens model short name | Models/SphericalLensModel.h |