UCameraCalibrationSubsystem::GetOriginalFocalLength

Get the original focal length of the input camera component, if it exists in the subsystems map.

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CameraCalibrationSubsystem.h

Include

#include "CameraCalibrationSubsystem.h"

Source

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/CameraCalibrationSubsystem.cpp

Syntax

bool GetOriginalFocalLength
(
    UCineCameraComponent * Component,
    float & OutFocalLength
)

Remarks

Get the original focal length of the input camera component, if it exists in the subsystems map. Returns false and does not update the output parameter if the input camera is not in the map.

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