Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Information about the simulcam composition
| Name | FSimulcamInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensData.h |
| Include Path | #include "LensData.h" |
Syntax
USTRUCT (BlueprintType )
struct FSimulcamInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CGLayerAspectRatio | float | Aspect ratio of the CG layer in the simulcam composition, which was set to match the aspect ratio of the selected Camera Actor | LensData.h |
|
| MediaPlateAspectRatio | float | Aspect ratio of the media plate in the simulcam composition, which was set to match the aspect ratio of the selected Media Source | LensData.h |
|
| MediaResolution | FIntPoint | Resolution of the selected Media Source | LensData.h |
|