Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Derived data computed from parameters or stmap
| Name | FDerivedDistortionData |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/STMapTable.h |
| Include Path | #include "Tables/STMapTable.h" |
Syntax
USTRUCT ()
struct FDerivedDistortionData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsDirty | bool | When dirty, derived data needs to be recomputed | Tables/STMapTable.h | |
| DistortionData | FDistortionData | Precomputed data about distortion | Tables/STMapTable.h |
|
| DistortionDisplacementMap | TObjectPtr< UTextureRenderTarget2D > | Computed displacement map based on distortion data | Tables/STMapTable.h |
|
| UndistortionDisplacementMap | TObjectPtr< UTextureRenderTarget2D > | Computed displacement map based on undistortion data | Tables/STMapTable.h |
|