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